| 11 | // used in these tests to ensure we are only |
| 12 | // operating on the addons added here |
| 13 | class ProjectWithoutInternalAddons extends Project { |
| 14 | supportedInternalAddonPaths() { |
| 15 | return []; |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected