Problem
Several test files have incomplete or skipped tests:
errors.test.ts — it.todo("should throw error within workspace")
workspaces-alias.test.ts — it.todo("Validate")
log-level.test.ts — 2 skipped tests
exclude.test.ts — 1 skipped test
profiling-summary.test.ts — entire describe.skip(...)
Proposed Solution
Implement all TODO and skipped tests, or remove them if the scenarios are no longer relevant. Each should either:
- Be implemented with proper assertions
- Be removed with a comment in the PR explaining why
Checklist
Problem
Several test files have incomplete or skipped tests:
errors.test.ts—it.todo("should throw error within workspace")workspaces-alias.test.ts—it.todo("Validate")log-level.test.ts— 2 skipped testsexclude.test.ts— 1 skipped testprofiling-summary.test.ts— entiredescribe.skip(...)Proposed Solution
Implement all TODO and skipped tests, or remove them if the scenarios are no longer relevant. Each should either:
Checklist
errors.test.ts— workspace error scenarioworkspaces-alias.test.ts— validation testlog-level.test.ts— unskip and fix 2 testsexclude.test.ts— unskip and fix 1 testprofiling-summary.test.ts— unskip entire suite or remove if not needed