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

Function addFiles

tests/runner.js:39–42  ·  view source on GitHub ↗
(mocha, files)

Source from the content-addressed store, hash-verified

37}
38
39function addFiles(mocha, files) {
40 files = typeof files === 'string' ? globSync(root + files) : files;
41 files.forEach(mocha.addFile.bind(mocha));
42}
43
44function runMocha() {
45 let ROOT = process.cwd();

Callers 1

runner.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…