| 862 | const packageContents = require(path.join(projectPath, 'package.json')); |
| 863 | let cli = new MockCLI(); |
| 864 | project = new (class extends Project { |
| 865 | initializeAddons() { |
| 866 | if (this._addonsInitialized) { |
| 867 | return; |
nothing calls this directly
no outgoing calls
no test coverage detected