This repository was archived by the owner on Jan 11, 2026. It is now read-only.
Commit 18f164d
refactor: remove script tests in favor of utility testing
- Removed retrospective.unit.test.js
- Reverted retrospective.js to original (no module.exports)
- Documented learning: scripts aren't worth unit testing
- Scripts are entry points that change frequently
- Focus on testing reusable utility functions instead
- Integration tests more valuable than unit tests for scripts
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5f77fcd commit 18f164d
File tree
3 files changed
+11
-153
lines changed- scripts
- test
3 files changed
+11
-153
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 214 | + | |
| 215 | + | |
This file was deleted.
0 commit comments