Commit be2d97c
committed
docs(ci): fix stale vitest.config.ts comment about lib/cli-error.js coverage
The comment above the packages/loopover-mcp/lib/**/*.js coverage.include entry said
lib/cli-error.js had no in-process test. That stopped being true when #7409 added
test/unit/mcp-cli-error.test.ts, which imports cli-error.js in-process and exercises
all three of its exports. Correct the sentence so it reflects that all five of the
package's lib/ files now have in-process tests. Comment-only; no glob or behavior change.
Closes #74351 parent fbd1cba commit be2d97c
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments