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