Skip to content

Commit e503e61

Browse files
revert headless setting
1 parent 8cc3a21 commit e503e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const config: UserConfigExport = {
3232
*/
3333
isolate: true,
3434
provider: 'playwright',
35-
headless: false,
35+
headless: true,
3636
instances: [
3737
{
3838
browser: 'chromium'

0 commit comments

Comments
 (0)