clouddisk-project/tests/backend/admin.test.js
Test Engineer 6a0d5cb64a
Some checks are pending
CI / test (push) Waiting to run
测试: 添加管理员API测试
2026-03-10 10:02:45 +00:00

5 lines
178 B
JavaScript

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