parent
78b58c7547
commit
6a0d5cb64a
4
tests/backend/admin.test.js
Normal file
4
tests/backend/admin.test.js
Normal file
@ -0,0 +1,4 @@
|
||||
describe('Admin API', () => {
|
||||
test('获取所有用户', async () => { expect(true).toBe(true); });
|
||||
test('获取系统统计', async () => { expect(true).toBe(true); });
|
||||
});
|
||||
Loading…
Reference in New Issue
Block a user