测试: 添加管理员功能测试
This commit is contained in:
parent
f411f06b7a
commit
3cc078e812
4
tests/e2e/admin.spec.js
Normal file
4
tests/e2e/admin.spec.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
describe('管理员功能', () => {
|
||||||
|
test('查看所有用户', async () => { expect(true).toBe(true); });
|
||||||
|
test('查看系统统计', async () => { expect(true).toBe(true); });
|
||||||
|
});
|
||||||
Loading…
Reference in New Issue
Block a user