METRICS: - Tests: 3 tests - DB setups removed: 2 → 1 shared - Tests needing DB: 2/3 - Savings: ~1 DB setup eliminated DETAILS: - TestEpicCommand: Uses shared DB (was: dedicated setup) - TestEpicCommandInit: No DB needed (command structure test) - TestEpicEligibleForClose: Uses shared DB (was: dedicated setup) Pattern: newTestStore(t, testDB) replaces per-test DB setup. All 3 tests pass with optimized setup! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4.7 KiB
4.7 KiB