(expected)
| 43 | } |
| 44 | |
| 45 | function assertLog(expected) { |
| 46 | expect(Scheduler.logs).to.deep.equal(expected); |
| 47 | Scheduler.logs = []; |
| 48 | } |
| 49 | |
| 50 | function Text({ text }) { |
| 51 | Scheduler.log(text); |
no outgoing calls
no test coverage detected
searching dependent graphs…