| 13 | beforeEach(function () { |
| 14 | tasks = { |
| 15 | Build: class extends Task { |
| 16 | init() { |
| 17 | super.init(...arguments); |
| 18 | buildTaskInstance = this; |
| 19 | } |
| 20 | }, |
| 21 | |
| 22 | BuildWatch: class extends Task { |
| 23 | init() { |
nothing calls this directly
no outgoing calls
no test coverage detected