Skip to content

Commit

Permalink
test: resolve infinite hangs of vitest processes vitest-dev/vitest#2008
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Dec 7, 2022
1 parent d9f7429 commit 94523f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vitest.config.ts
Expand Up @@ -5,6 +5,8 @@ export default defineConfig({
environment: 'node',
coverage: {
reporter: ['text', 'json', 'html']
}
},
// issues: https://github.com/vitest-dev/vitest/issues/2008
threads: false
}
})

0 comments on commit 94523f5

Please sign in to comment.