mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
12 lines
269 B
TypeScript
12 lines
269 B
TypeScript
import { test, expect } from '@playwright/test';
|
|
|
|
import { getDataCenter } from '../utils.js';
|
|
|
|
import 'fake-indexeddb/auto';
|
|
|
|
test.describe('Import/Export Workspace', () => {
|
|
test('import workspace', async () => {});
|
|
|
|
test('export workspace', async () => {});
|
|
});
|