summaryrefslogtreecommitdiff
path: root/test/fixtures/b/c.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/b/c.js')
-rw-r--r--test/fixtures/b/c.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/b/c.js b/test/fixtures/b/c.js
index a27baeb658..2305e5b286 100644
--- a/test/fixtures/b/c.js
+++ b/test/fixtures/b/c.js
@@ -4,7 +4,7 @@ const assert = require('assert');
const package = require('./package');
-assert.equal('world', package.hello);
+assert.strictEqual('world', package.hello);
console.error('load fixtures/b/c.js');