Skip to content

Commit

Permalink
fixup! policy: fix message for invalid manifest specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Oct 23, 2021
1 parent 8a4aa67 commit 21e653c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/parallel/test-policy-manifest.js
@@ -1,6 +1,10 @@
'use strict';

const common = require('../common');

if (!common.hasCrypto)
common.skip('missing crypto');

common.requireNoPackageJSONAbove();

const assert = require('assert');
Expand Down

0 comments on commit 21e653c

Please sign in to comment.