Commit bb012a8
committed
build(vitest): relocate isolated config to .config/repo/
The isolated vitest config was a migration straggler still at .config/,
while the main config already lives at .config/repo/vitest.config.mts.
Move it to match. Fix the __dirname-relative paths broken by descending
one directory: vitest.coverage.config.mts import, projectRoot (now two
levels up), and the global-setup path. Repoint the CI runner and the
cross-reference comment in vitest.config.mts.1 parent 7bc9dda commit bb012a8
3 files changed
Lines changed: 5 additions & 5 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
0 commit comments