vitest: put cache properly in node_modules

environments/review-vitest-l63lnt/deployments/3846
Alex Gleason 2023-09-15 17:19:13 -05:00
rodzic da2f942563
commit f8392d22d3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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