(root, filePath)
| 21 | } |
| 22 | |
| 23 | function read(root, filePath) { |
| 24 | return readFileSync(join(root, filePath), "utf8"); |
| 25 | } |
| 26 | |
| 27 | function run(root, args) { |
| 28 | return spawnSync(process.execPath, [scriptPath, ...args], { |
no outgoing calls
no test coverage detected