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

Function load

tests/unit/broccoli/ember-app-test.js:928–937  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

926
927 it('throws if unavailable addon is specified', function () {
928 function load() {
929 process.env.EMBER_ENV = 'foo';
930
931 new EmberApp({
932 project,
933 addons: {
934 exclude: ['ember-cli-self-troll'],
935 },
936 });
937 }
938
939 expect(load).to.throw('Addon "ember-cli-self-troll" defined in "exclude" is not found');
940 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…