()
| 242 | }, |
| 243 | |
| 244 | run() { |
| 245 | if (!this._beforeRunFinished) { |
| 246 | throw new Error('beforeRun not completed before run called!'); |
| 247 | } |
| 248 | }, |
| 249 | }); |
| 250 | |
| 251 | project.eachAddonCommand = function (callback) { |
nothing calls this directly
no outgoing calls
no test coverage detected