Commit 82ece6d
committed
Tests: Per-scenario Vite cache dir in createTestApp
`path.basename(appRoot)` returns `"app"` for every scenario (each scenario has `<scenario>/app/`), so all scenarios shared one Vite cache dir and forced re-optimization on every fixture run as the cache flipped between configs. Use the parent directory name instead — `crud`, `scopes`, etc. — so each scenario keeps its own cache.1 parent a15b3aa commit 82ece6d
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
0 commit comments