| 4 | const SilentError = require('silent-error'); |
| 5 | |
| 6 | class TestTask extends Task { |
| 7 | constructor(options) { |
| 8 | super(options); |
| 9 | this.testem = this.testem || new (require('testem'))(); |
nothing calls this directly
no outgoing calls
no test coverage detected