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
Address review: prettier, narrow fixture exclusion, fix stale imports
- Run prettier on the 7 files CI flagged.
- Narrow the tests/fixtures/** typecheck exclusion so it no longer covers
tests/fixtures/crash-run or tests/fixtures/plugins/implement-feature —
both import real production modules by relative path and crash-run is
spawned by tests/integration/crash-finalize.test.ts as a live exercise
of that code. Excluding them would have recreated the gap this PR
closes. List the remaining hermetic eval fixtures individually instead
of a blanket glob.
- Typechecking implement-feature surfaced exactly the kind of drift this
PR targets: its relative imports were two directories short (stale),
so CommandPlugin/WorkflowPlugin resolved to nothing. Fixed the path
depth. The fixture isn't wired into any test today, so this was
invisible until now.
0 commit comments