(/* opts */)
| 54 | }, |
| 55 | |
| 56 | filesPath(/* opts */) { |
| 57 | filesPathCalled = true; |
| 58 | return this._super.filesPath.apply(this, arguments); |
| 59 | }, |
| 60 | |
| 61 | beforeInstall(/* opts */) { |
| 62 | beforeInstallCalled = true; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…