Skip to content

Commit c6ba9f6

Browse files
reenable browsers
1 parent 355e396 commit c6ba9f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/web/vitest.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ const config: UserConfigExport = {
5656
provider: 'playwright',
5757
headless: true,
5858
instances: [
59-
// {
60-
// browser: 'chromium'
61-
// },
59+
{
60+
browser: 'chromium'
61+
}
6262
// {
6363
// browser: 'firefox'
6464
// }

0 commit comments

Comments
 (0)