Skip to content

Commit e02a522

Browse files
update browsers
1 parent 974e738 commit e02a522

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/web/vitest.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,14 @@ const config: UserConfigExport = {
4545
instances: [
4646
{
4747
browser: 'chromium'
48+
},
49+
{
50+
browser: 'firefox'
4851
}
52+
// This requires some additional work to get all tests passing
53+
// {
54+
// browser: 'webkit'
55+
// }
4956
]
5057
}
5158
}

0 commit comments

Comments
 (0)