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

Method __setupForTesting

tests/helpers/package-cache.js:242–245  ·  view source on GitHub ↗

* The `__setupForTesting` modifies things in module scope. * * @private * @method __setupForTesting

(stubs)

Source from the content-addressed store, hash-verified

240 * @method __setupForTesting
241 */
242 __setupForTesting(stubs) {
243 originals = commands;
244 commands = stubs.commands;
245 }
246
247 /**
248 * The `__resetForTesting` puts things back in module scope.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected