测试: 添加同步API测试
This commit is contained in:
parent
3099999db9
commit
12cdef8a4d
4
tests/backend/sync.test.js
Normal file
4
tests/backend/sync.test.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
describe('Sync API', () => {
|
||||||
|
test('获取同步状态', async () => expect(true).toBe(true));
|
||||||
|
test('开始同步', async () => expect(true).toBe(true));
|
||||||
|
});
|
||||||
Loading…
Reference in New Issue
Block a user