tests: add tests

This commit is contained in:
tzhangchi
2023-01-03 22:25:48 +08:00
parent 038dc7f923
commit f257dcf388
4 changed files with 38 additions and 12 deletions

View File

@@ -5,13 +5,11 @@ import { getDataCenter } from './utils.js';
import 'fake-indexeddb/auto';
test.describe('cloud-sync', () => {
test('get cloud sync flag of workspace ', async () => {});
test('get cloud the sync flag of workspace ', async () => {});
test('enable cloud sync feature', async () => {});
test('enable [cloud sync feature]', async () => {});
test('close cloud sync feature', async () => {});
test('editor collaborate', async () => {});
test('close [cloud sync feature]', async () => {});
test('editor cloud storage', async () => {});
});