We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064e82f commit 8ee69e7Copy full SHA for 8ee69e7
1 file changed
vitest.e2e.config.ts
@@ -3,6 +3,11 @@ import config from './vitest.config'
3
4
export default mergeConfig(config, {
5
test: {
6
+ poolOptions: {
7
+ threads: {
8
+ singleThread: !!process.env.CI,
9
+ },
10
11
include: ['packages/vue/__tests__/e2e/*.spec.ts'],
12
},
13
})
0 commit comments