MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / assertTreeValid

Function assertTreeValid

tests/unit/models/instrumentation-test.js:728–731  ·  view source on GitHub ↗
(name, tree)

Source from the content-addressed store, hash-verified

726 }
727
728 function assertTreeValid(name, tree) {
729 assertTreeValidJSON(name, tree);
730 assertTreeValidAPI(name, tree);
731 }
732
733 it('produces a valid tree for init', function () {
734 process.env.EMBER_CLI_INSTRUMENTATION = '1';

Callers 1

Calls 2

assertTreeValidJSONFunction · 0.85
assertTreeValidAPIFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…