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.

PR-URL: #6047
Refs: #6017
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Roman Klauke <romaaan.git@gmail.com>
  • Loading branch information
Trott authored and Myles Borins committed Apr 20, 2016
1 parent bc0ee06 commit a27e952
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 a27e952

Please sign in to comment.