diff options
Diffstat (limited to 'test/fixtures/b/c.js')
-rw-r--r-- | test/fixtures/b/c.js | 2 |
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'); |