Skip to content

Commit 489615a

Browse files
committed
Re-enable headless mode
1 parent f34f3ba commit 489615a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const config: UserConfigExport = {
4343
*/
4444
isolate: true,
4545
provider: 'playwright',
46-
headless: false,
46+
headless: true,
4747
instances: [
4848
{
4949
browser: 'chromium'

0 commit comments

Comments
 (0)