Skip to content

Commit

Permalink
adjust settings [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Apr 24, 2024
1 parent e07f1fd commit 4a57122
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/vitest.browser.config.mts
Expand Up @@ -6,10 +6,9 @@ const config = defineConfig({
test: {
browser: {
enabled: true,
name: 'chrome',
headless: true,
fileParallelism: false,
isolate: false
isolate: true,
name: 'chrome'
},
},
plugins: [
Expand Down

0 comments on commit 4a57122

Please sign in to comment.