| 3 | const GenerateTask = require('./generate-from-blueprint'); |
| 4 | |
| 5 | class DestroyTask extends GenerateTask { |
| 6 | constructor(options) { |
| 7 | super(options); |
| 8 | this.blueprintFunction = 'uninstall'; |
nothing calls this directly
no outgoing calls
no test coverage detected