We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4aa67 commit 21e653cCopy full SHA for 21e653c
test/parallel/test-policy-manifest.js
@@ -1,6 +1,10 @@
1
'use strict';
2
3
const common = require('../common');
4
+
5
+if (!common.hasCrypto)
6
+ common.skip('missing crypto');
7
8
common.requireNoPackageJSONAbove();
9
10
const assert = require('assert');
0 commit comments