(success: boolean, tokens = 0, durationMs = 0)
| 10 | return m; |
| 11 | } |
| 12 | const ten = (success: boolean, tokens = 0, durationMs = 0) => Array(10).fill(0).map(() => ({ success, tokens, durationMs })); |
| 13 | |
| 14 | describe('#5 champion-only — UCB OFF for sensitive skills', () => { |
| 15 | it('always routes the champion regardless of a strong challenger', () => { |
no outgoing calls
no test coverage detected