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

Function treeForTestSupport

lib/models/addon.js:864–866  ·  view source on GitHub ↗

Returns the tree for all test support files @public @method treeForTestSupport @param {Tree} tree @return {Tree} Test Support file tree

(tree)

Source from the content-addressed store, hash-verified

862 @return {Tree} Test Support file tree
863 */
864 treeForTestSupport(tree) {
865 return tree;
866 },
867
868 /**
869 Returns the tree for all public files

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…