describe('Admin API', () => { test('获取所有用户', async () => { expect(true).toBe(true); }); test('获取系统统计', async () => { expect(true).toBe(true); }); });