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 c02d8d0 commit 98f1934Copy full SHA for 98f1934
vitest.config.ts
@@ -22,6 +22,8 @@ export default defineConfig({
22
},
23
test: {
24
globals: true,
25
+ // disable threads on GH actions to speed it up
26
+ threads: !process.env.GITHUB_ACTIONS,
27
setupFiles: 'scripts/setupVitest.ts',
28
environmentMatchGlobs: [
29
['packages/{vue,vue-compat,runtime-dom}/**', 'jsdom']
0 commit comments