You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(scripts): name the rootDir widening in TESTS_COVERED's remedy (#14943) (#15129)
`check:type-check-coverage`'s TESTS_COVERED failure text names the sibling
`tsconfig.test.json` route but not the `rootDir` widening that route can
require, so the remedy is incomplete for exactly the packages that need it.
Measured on #14835: with `rootDir` inherited the honest program reported
116 x TS6059, and `"."` still left 3. PR #14833 resolved it with
`rootDir: "../.."`, the shape `packages/client`'s test config already used —
a precedent no author could reach from the gate's message.
Remedy prose only: the predicate is untouched, and what the gate accepts
does not move.
Claude-Session: https://claude.ai/code/session_012zGPuVVX3deAx9LdjK8jCk
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments