Returns the tree for all test support files @public @method treeForTestSupport @param {Tree} tree @return {Tree} Test Support file tree
(tree)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…