Commit 51a4ba9
committed
fix(ci): clear Vitest cache before running tests
Add Vitest cache clearing to test-setup-script to prevent stale cached
test helpers from causing failures. This fixes issues where Vitest caches
old versions of test helper files that have been updated or removed.
The cache is cleared before building to ensure all test runs use fresh
helper code, particularly after the removal of broken mock setup helpers.1 parent 028d12e commit 51a4ba9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments