Skip to content

Commit f5f659a

Browse files
committed
chore(cleanup): delete dead test helpers result-assertions + output-assertions
Both modules were defined as test-utility libraries but zero tests adopted them — 13 + 12 = 25 unused exports across 433 + 499 = 932 LOC. Drops both files and the matching `export * from` lines in helpers/index.mts.
1 parent ad8eee9 commit f5f659a

3 files changed

Lines changed: 0 additions & 934 deletions

File tree

packages/cli/test/helpers/index.mts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ export * from './generate-report-test-helpers.mts'
1111
export * from './handle-test-helpers.mts'
1212
export * from './mock-setup.mts'
1313
export * from './mocks.mts'
14-
export * from './output-assertions.mts'
15-
export * from './result-assertions.mts'
1614
export * from './test-fixtures.mts'
1715
export * from './workspace-helper.mts'

0 commit comments

Comments
 (0)