(mocha, files)
| 37 | } |
| 38 | |
| 39 | function addFiles(mocha, files) { |
| 40 | files = typeof files === 'string' ? globSync(root + files) : files; |
| 41 | files.forEach(mocha.addFile.bind(mocha)); |
| 42 | } |
| 43 | |
| 44 | function runMocha() { |
| 45 | let ROOT = process.cwd(); |
no outgoing calls
no test coverage detected
searching dependent graphs…