(options)
| 5 | |
| 6 | class TestTask extends Task { |
| 7 | constructor(options) { |
| 8 | super(options); |
| 9 | this.testem = this.testem || new (require('testem'))(); |
| 10 | } |
| 11 | |
| 12 | invokeTestem(options) { |
| 13 | let testem = this.testem; |
nothing calls this directly
no outgoing calls
no test coverage detected