Commit graph

2 commits

Author SHA1 Message Date
Chris Parsons
02daff1d1f Fix hook timeout in admin.sports-seasons.$id test
Some checks failed
🚀 Deploy / 🧪 Test (pull_request) Failing after 3m39s
🚀 Deploy / ʦ🔍 Typecheck & Lint (pull_request) Successful in 1m39s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
vi.resetModules() + multiple await import() in beforeEach forced full
module re-evaluation on every test, exceeding the 10s hook timeout in CI.
Replaced with static top-level imports — vi.mock() hoisting ensures mocks
are in place before the module under test is imported.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-09 22:13:49 -07:00
Chris Parsons
9e9a37d4d2
Improve unmatched team reconciliation UX (#425) 2026-05-14 16:45:02 -07:00