( health: FireworksHealth, model: string = TEST_MODEL, )
| 40 | } |
| 41 | |
| 42 | function fleet( |
| 43 | health: FireworksHealth, |
| 44 | model: string = TEST_MODEL, |
| 45 | ): FleetHealth { |
| 46 | return { [model]: health } |
| 47 | } |
| 48 | |
| 49 | describe('runAdmissionTick', () => { |
| 50 | test('admits one user per tick when healthy', async () => { |