|
All checks were successful
🚀 Deploy / ʦ TypeScript (pull_request) Successful in 1m17s
🚀 Deploy / 🧪 Test (pull_request) Successful in 1m28s
🚀 Deploy / 🔍 Lint (pull_request) Successful in 49s
🚀 Deploy / 🐳 Build (pull_request) Has been skipped
🚀 Deploy / 🚀 Deploy (pull_request) Has been skipped
The "probabilities are all non-negative" test was timing out intermittently in CI (5s budget, 500 iterations × 48 teams). It's made redundant by the "column sums ≈1.0" test immediately above it — any negative probability would force a sibling value above 1.0, which toBeCloseTo(1.0, 2) catches. Non-negative assertions for edge cases are also covered by the "SF losers" test that follows. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| components | ||
| contexts | ||
| hooks | ||
| lib | ||
| models | ||
| routes | ||
| services | ||
| test | ||
| types | ||
| utils | ||
| welcome | ||
| app.css | ||
| entry.client.tsx | ||
| entry.server.tsx | ||
| root.tsx | ||
| routes.ts | ||