vitest: put cache properly in node_modules

This commit is contained in:
Alex Gleason 2023-09-15 17:19:13 -05:00
parent da2f942563
commit f8392d22d3
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 3 additions and 0 deletions

View File

@ -77,5 +77,8 @@ export default defineConfig({
test: {
globals: true,
environment: 'jsdom',
cache: {
dir: '../node_modules/.vitest',
},
},
});