()
| 225 | name: 'custom', |
| 226 | |
| 227 | init() { |
| 228 | this._super && this._super.init.apply(this, arguments); |
| 229 | |
| 230 | this._beforeRunFinished = false; |
| 231 | }, |
| 232 | |
| 233 | beforeRun() { |
| 234 | let command = this; |
no outgoing calls
no test coverage detected
searching dependent graphs…