(name, suffix)
| 101 | } |
| 102 | |
| 103 | function outputPath(name, suffix) { |
| 104 | return path.join(runDir, `${name}.${suffix}`); |
| 105 | } |
| 106 | |
| 107 | async function runCommand(name, command, args, options = {}) { |
| 108 | const cwd = options.cwd || root; |
no outgoing calls
no test coverage detected