Commit 429a777
committed
refactor(test): consolidate duplicate tests and vitest configs
Cleanup to reduce duplication and improve maintainability:
Test Consolidation:
- Removed 3 duplicate test files from test/helpers/
- Kept canonical versions in test/utils/
- Verified all 64 tests still pass
- Files removed: cache-strategies, performance, memoization
Config Consolidation:
- Created shared vitest.config.simple.mts for common config
- Updated 3 packages to extend shared config
- Packages: node-sea-builder, node-smol-builder, cli-with-sentry
- Reduces config duplication from 24 lines to 6 lines per package
Test Results: ✓ 64 tests passing in 217ms1 parent f164218 commit 429a777
File tree
7 files changed
+27
-803
lines changed- packages
- cli-with-sentry
- cli/test/helpers
- node-sea-builder
- node-smol-builder
7 files changed
+27
-803
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
This file was deleted.
0 commit comments