Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 19, 2023
1 parent 3da12a8 commit 1cff30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/run-once/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineConfig } from 'vite'

export default defineConfig({
test: {
poolOptions: { threads: { isolate: false } },
isolate: false,
},
})
6 changes: 1 addition & 5 deletions test/stacktraces/fixtures/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@ export default defineConfig({
},
}],
test: {
isolate: false,
pool: 'forks',
poolOptions: {
forks: {
isolate: false,
},
},
include: ['**/*.{test,spec}.{imba,?(c|m)[jt]s?(x)}'],
setupFiles: ['./setup.js'],
},
Expand Down

0 comments on commit 1cff30d

Please sign in to comment.