Skip to content

Commit 21e653c

Browse files
committed
fixup! policy: fix message for invalid manifest specifier
1 parent 8a4aa67 commit 21e653c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/parallel/test-policy-manifest.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
'use strict';
22

33
const common = require('../common');
4+
5+
if (!common.hasCrypto)
6+
common.skip('missing crypto');
7+
48
common.requireNoPackageJSONAbove();
59

610
const assert = require('assert');

0 commit comments

Comments
 (0)