()
| 37 | const installDependencies = () => runCommand('yarn bootstrap'); |
| 38 | |
| 39 | const buildProject = () => runCommand('yarn build'); |
| 40 | |
| 41 | const registerUser = async (npmRegistryUrl: string) => { |
| 42 | const dummyUser = randomBytes(4).toString('hex'); |
no test coverage detected