Skip to content

Commit a27e952

Browse files
TrottMyles Borins
authored and
Myles Borins
committed
test: enforce strict mode for test-domain-crypto
The last change to this test landed before a nit about strict mode was addressed, so this change addresses that. PR-URL: #6047 Refs: #6017 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Roman Klauke <[email protected]>
1 parent bc0ee06 commit a27e952

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/parallel/test-domain-crypto.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
/* eslint-disable strict, required-modules */
1+
/* eslint-disable required-modules */
2+
'use strict';
3+
24
try {
35
var crypto = require('crypto');
46
} catch (e) {

0 commit comments

Comments
 (0)