Skip to content

Commit a58c6e2

Browse files
vitest should be headless
1 parent 5fb19fc commit a58c6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/react-supabase-todolist-tanstackdb/vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default defineConfig({
8888
enabled: true,
8989
isolate: true,
9090
provider: 'playwright',
91-
headless: false,
91+
headless: true,
9292
instances: [
9393
{
9494
browser: 'chromium'

0 commit comments

Comments
 (0)