()
| 330 | ], |
| 331 | |
| 332 | beforeRun() { |
| 333 | return new Promise((resolve) => { |
| 334 | resolve( |
| 335 | this.availableOptions.push({ |
| 336 | name: 'foobar', |
| 337 | type: String, |
| 338 | default: 'bazbaz', |
| 339 | }) |
| 340 | ); |
| 341 | }); |
| 342 | }, |
| 343 | run(options) { |
| 344 | return options; |
| 345 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…