()
| 1555 | logged.push(value); |
| 1556 | } |
| 1557 | function clearLog() { |
| 1558 | logged = []; |
| 1559 | } |
| 1560 | |
| 1561 | function expectOnceAndOnlyOnce(log: string) { |
| 1562 | expect(logged.indexOf(log) >= 0).toBeTruthy( |
no outgoing calls
no test coverage detected
searching dependent graphs…