dashboard
repositories
filestore
activity
search
login
main
/
moral_manage
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
fix:eslint配置
quanyawei
2023-11-13
dd1fa6d7c4f4de88b218092a526400759b5bdee5
[moral_manage.git]
/
tests
/
unit
/
example.spec.ts
1
2
3
4
5
6
describe('test', () => {
test('test', () => {
expect(1).toBe(1);
});
});