Dashboard › cli › test:unit ChildProcess.kill failure
01a024e5-f97c-7537-9b0d-588bb4d2a449| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 1 | 2d ago |
| opencode | 2 | 9d ago |
Trap: pnpm run test:unit looks like the canonical full-suite command, but its wrapper can fail with Unknown: ChildProcess.kill before reporting test results; this is runner/process cleanup failure, not a test assertion failure. Fix: invoke the equivalent direct Vitest command to obtain a trustworthy result, while remembering that the wrapper also runs docs and SDK generation pre-steps.