vitest: put cache properly in node_modules
This commit is contained in:
@ -77,5 +77,8 @@ export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
cache: {
|
||||
dir: '../node_modules/.vitest',
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user