()
| 29 | } |
| 30 | |
| 31 | function testIsOdd() { |
| 32 | for (let i = 0; i < 20; i++) { |
| 33 | assert.strictEqual(isOdd(i), i % 2 !== 0); |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | // Should return 0 by default for any string. |
| 38 | assert.strictEqual(getV8FastApiCallCount(''), 0); |
no outgoing calls
no test coverage detected
searching dependent graphs…