(val)
| 18 | return actual >= min && actual <= max; |
| 19 | } |
| 20 | function isInteger (val) { |
| 21 | return Number.isInteger(val); |
| 22 | } |
| 23 | |
| 24 | suite('Image Stats', () => { |
| 25 | test('JPEG', async (t) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…