(/* opts */)
| 59 | }, |
| 60 | |
| 61 | beforeInstall(/* opts */) { |
| 62 | beforeInstallCalled = true; |
| 63 | return this._super.beforeInstall.apply(this, arguments); |
| 64 | }, |
| 65 | |
| 66 | afterInstall(/* opts */) { |
| 67 | afterInstallCalled = true; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…