(root)
| 82 | } |
| 83 | |
| 84 | function readPkgVersion(root) { |
| 85 | return JSON.parse(fs.readFileSync(path.join(root, 'package.json'), 'utf8')).version; |
| 86 | } |
| 87 | |
| 88 | function restoreGlobals() { |
| 89 | childProcess.execFileSync = origExecFileSync; |
no test coverage detected