vitest: put cache properly in node_modules
This commit is contained in:
parent
da2f942563
commit
f8392d22d3
1 changed files with 3 additions and 0 deletions
|
@ -77,5 +77,8 @@ export default defineConfig({
|
||||||
test: {
|
test: {
|
||||||
globals: true,
|
globals: true,
|
||||||
environment: 'jsdom',
|
environment: 'jsdom',
|
||||||
|
cache: {
|
||||||
|
dir: '../node_modules/.vitest',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
Loading…
Reference in a new issue