Skip to content

Commit c15a6be

Browse files
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. Refs: nodejs#6017
1 parent ae2be27 commit c15a6be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/parallel/test-domain-crypto.js

Lines changed: 3 additions & 1 deletion
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)