brackt/app/routes/__tests__
Chris Parsons 02daff1d1f
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
Fix hook timeout in admin.sports-seasons.$id test
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
..
admin.simulators.test.ts Hide completed seasons in admin tools (#418) 2026-05-12 16:52:26 -07:00
admin.sports-seasons.$id.test.ts Fix hook timeout in admin.sports-seasons.$id test 2026-06-09 22:13:49 -07:00
admin.sports-seasons.helpers.test.ts Hide completed seasons in admin tools (#418) 2026-05-12 16:52:26 -07:00
admin.sports.$id.test.ts Add public sports overview page (#451) 2026-05-19 23:02:58 -07:00
admin.sports.new.test.ts Add public sports overview page (#451) 2026-05-19 23:02:58 -07:00
admin.tournaments.$id.test.tsx Canonical tournament layer: 2026-05-01 21:04:48 -07:00
api.upload-sport-icon.test.ts Add Cloudinary sports icon uploads (#393) 2026-05-07 16:07:34 -07:00
api.webhooks.cloudinary.test.ts Add Cloudinary-backed avatar system (#385) 2026-05-06 14:47:37 -07:00
batch-results-helpers.test.ts feat: batch qualifying results entry (#290) 2026-04-12 14:52:22 -07:00
check-email.test.ts Add email verification for email/password signups (#400) 2026-05-09 23:58:45 -07:00
onboarding.test.ts Add user onboarding flow with username selection (#430) 2026-05-15 11:17:15 -07:00
root.onboarding-exempt.test.ts Add admin user management interface with search and username editing (#431) 2026-05-15 12:07:51 -07:00
sports.test.tsx sync racing standings (#80) 2026-06-10 04:25:48 +00:00