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