mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 10:22:55 +08:00
chore(editor): fix imports in legacy tests (#10300)
This commit is contained in:
@@ -5,7 +5,7 @@ import type { PlaywrightWorkerOptions } from '@playwright/test';
|
||||
import { defineConfig } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
testDir: '.',
|
||||
testDir: './e2e',
|
||||
outputDir: testResultDir,
|
||||
timeout: process.env.CI ? 40000 : 999999,
|
||||
fullyParallel: true,
|
||||
|
||||
Reference in New Issue
Block a user