8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There was an error 8000 while loading. Please reload this page.
1 parent 4c8a25b commit 7359b92Copy full SHA for 7359b92
test/parallel/test-release-npm.js
@@ -17,7 +17,6 @@ if (!releaseReg.test(process.version) || !common.hasCrypto) {
17
18
const npmCli = path.join(__dirname, '../../deps/npm/bin/npm-cli.js');
19
const npmExec = child_process.spawnSync(process.execPath, [npmCli]);
20
- assert.strictEqual(npmExec.status, 1);
21
22
const stderr = npmExec.stderr.toString();
23
assert.strictEqual(stderr.length, 0, 'npm is not ready for this release ' +
0 commit comments