test(spf): restore headless browser config for vitest (#1103)

This commit is contained in:
rahim
2026-03-24 02:09:38 -07:00
committed by GitHub
parent 864f2e059a
commit 833210a270
+2 -5
View File
@@ -30,11 +30,8 @@ export default defineConfig({
include: ['src/dom/**/*.test.ts'],
browser: {
enabled: true,
provider: playwright({
launch: {
headless: true,
},
}),
headless: true,
provider: playwright(),
screenshotFailures: false,
instances: [{ browser: 'chromium' }],
},