Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! test: do not run release-npm test without crypto
  • Loading branch information
targos committed Nov 6, 2019
commit 3a67c15684b5d7671f6ca2fb062ab32ba9cfacbb
2 changes: 1 addition & 1 deletion test/parallel/test-release-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const path = require('path');

const releaseReg = /^v\d+\.\d+\.\d+$/;

// npm requires crypto support.
// Npm requires crypto support.
if (!releaseReg.test(process.version) || !common.hasCrypto) {
common.skip('This test is only for release builds');
}
Expand Down