mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 18:02:47 +08:00
tests: add tests
This commit is contained in:
@@ -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 () => {});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user