| 90 | } |
| 91 | |
| 92 | export const printError = err => { |
| 93 | output.print('') |
| 94 | output.error(err.message) |
| 95 | output.print('') |
| 96 | output.print(output.colors.grey(err.stack.replace(err.message, ''))) |
| 97 | } |
| 98 | |
| 99 | export const createOutputDir = (config, testRoot) => { |
| 100 | let outputDir |
no outgoing calls
no test coverage detected