From f8392d22d3f56b982d0f38ed60bcdb249aa561b2 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 15 Sep 2023 17:19:13 -0500 Subject: [PATCH] vitest: put cache properly in node_modules --- vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vite.config.ts b/vite.config.ts index 73eabb6f7..4f50e9136 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -77,5 +77,8 @@ export default defineConfig({ test: { globals: true, environment: 'jsdom', + cache: { + dir: '../node_modules/.vitest', + }, }, }); \ No newline at end of file