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

View file

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