测试: 添加同步API测试

This commit is contained in:
Test Engineer 2026-03-10 09:40:50 +00:00
parent 3099999db9
commit 12cdef8a4d

View File

@ -0,0 +1,4 @@
describe('Sync API', () => {
test('获取同步状态', async () => expect(true).toBe(true));
test('开始同步', async () => expect(true).toBe(true));
});