mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 15:16:28 +08:00
fix(editor): integration vitest config warning
This commit is contained in:
@@ -18,10 +18,9 @@ export default defineConfig(_configEnv =>
|
||||
browser: {
|
||||
enabled: true,
|
||||
headless: process.env.CI === 'true',
|
||||
name: 'chromium',
|
||||
instances: [{ browser: 'chromium' }],
|
||||
provider: 'playwright',
|
||||
isolate: false,
|
||||
providerOptions: {},
|
||||
viewport: {
|
||||
width: 1024,
|
||||
height: 768,
|
||||
|
||||
Reference in New Issue
Block a user