MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

tests/helpers/fixturify-project.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11// used in these tests to ensure we are only
12// operating on the addons added here
13class ProjectWithoutInternalAddons extends Project {
14 supportedInternalAddonPaths() {
15 return [];
16 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected