Skip to content

Commit

Permalink
test: enforce strict mode for test-domain-crypto
Browse files Browse the repository at this point in the history
The last change to this test landed before a nit about strict mode was
addressed, so this change addresses that.

Refs: nodejs#6017
  • Loading branch information
Trott committed Apr 4, 2016
1 parent ae2be27 commit c15a6be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/parallel/test-domain-crypto.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/* eslint-disable strict, required-modules */
/* eslint-disable required-modules */
'use strict';

try {
var crypto = require('crypto');
} catch (e) {
Expand Down

0 comments on commit c15a6be

Please sign in to comment.