(...args)
| 239 | }, ...args) |
| 240 | |
| 241 | const npm = async (...args) => baseNpm({ |
| 242 | cwd: paths.project, |
| 243 | cmd: process.execPath, |
| 244 | argv: [NPM_PATH], |
| 245 | }, ...args) |
| 246 | |
| 247 | // helpers for reading/writing files and their source |
| 248 | const readFile = async (f) => { |
no test coverage detected