summaryrefslogtreecommitdiff
path: root/test/parallel/test-eslint-no-unescaped-regexp-dot.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-eslint-no-unescaped-regexp-dot.js')
-rw-r--r--test/parallel/test-eslint-no-unescaped-regexp-dot.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parallel/test-eslint-no-unescaped-regexp-dot.js b/test/parallel/test-eslint-no-unescaped-regexp-dot.js
index e6f09291b0..69600d8073 100644
--- a/test/parallel/test-eslint-no-unescaped-regexp-dot.js
+++ b/test/parallel/test-eslint-no-unescaped-regexp-dot.js
@@ -1,6 +1,8 @@
'use strict';
const common = require('../common');
+if (!common.hasCrypto)
+ common.skip('missing crypto');
common.skipIfEslintMissing();