(num: number)
| 19 | import {ALL_ENVS, describeWithFlags} from './jasmine_util'; |
| 20 | |
| 21 | function isFloat(num: number) { |
| 22 | return num % 1 !== 0; |
| 23 | } |
| 24 | |
| 25 | describeWithFlags('nextFrame', ALL_ENVS, () => { |
| 26 | it('basic usage', async () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…