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

Function __test__

lib/models/blueprint.js:768–773  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

766 return 'app';
767 },
768 __test__(options) {
769 if (options.pod && options.hasPathToken) {
770 return options.blueprintName;
771 }
772 return `${options.dasherizedModuleName}-test`;
773 },
774 };
775
776 let customTokens = this.fileMapTokens(options) || options.fileMapTokens || {};

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…