Skip to content

Commit

Permalink
test: enable new-headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Jan 14, 2025
1 parent f50b953 commit d79346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/calcite-components/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default defineConfig({
waitForChangesDelay: 100,
launchOptions: {
devtools: process.env.DEVTOOLS === "true",
headless: process.env.HEADLESS === "false" ? false : undefined,
headless: process.env.HEADLESS === "true",
},
},
}),
Expand Down

0 comments on commit d79346f

Please sign in to comment.