Skip to content

Commit f597dc6

Browse files
committed
chore: bump vitest + use threads
1 parent 34ad609 commit f597dc6

File tree

3 files changed

+114
-5
lines changed

3 files changed

+114
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
"tslib": "^2.4.0",
104104
"typescript": "^4.9.0",
105105
"vite": "^4.0.4",
106-
"vitest": "^0.28.2"
106+
"vitest": "^0.28.5"
107107
}
108108
}

pnpm-lock.yaml

+113-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vitest.config.ts

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export default defineConfig({
2222
},
2323
test: {
2424
globals: true,
25-
// if not using threads, Netlify goes OOM when generating coverage report
26-
threads: process.env.NETLIFY ? true : false,
2725
setupFiles: 'scripts/setupVitest.ts',
2826
environmentMatchGlobs: [
2927
['packages/{vue,vue-compat,runtime-dom}/**', 'jsdom']

0 commit comments

Comments
 (0)