5 lines
184 B
JavaScript
5 lines
184 B
JavaScript
describe('管理员功能', () => {
|
|
test('查看所有用户', async () => { expect(true).toBe(true); });
|
|
test('查看系统统计', async () => { expect(true).toBe(true); });
|
|
});
|