(a: number, b: number)
| 359 | const result = floor({ lo: 1.5, hi: 2.5 }); |
| 360 | expect(result.kind).toBe('singular'); |
| 361 | if (result.kind === 'singular') { |
| 362 | expect(result.continuity).toBe('right'); |
| 363 | expect(result.at).toBe(2); |
| 364 | } |
no outgoing calls
no test coverage detected