Skip to content

Commit

Permalink
update browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Feb 10, 2025
1 parent 974e738 commit e02a522
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/web/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ const config: UserConfigExport = {
instances: [
{
browser: 'chromium'
},
{
browser: 'firefox'
}
// This requires some additional work to get all tests passing
// {
// browser: 'webkit'
// }
]
}
}
Expand Down

0 comments on commit e02a522

Please sign in to comment.