Skip to content

Commit

Permalink
avoid using assert.deepStrictEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Aug 8, 2017
1 parent 2faa881 commit b8cc4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jmespath.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,6 @@ describe('search', function() {
}
})
} catch (e) {}
assert.deepStrictEqual(res, [{ a: 'foo' }])
strictDeepEqual(res, [{ a: 'foo' }])
})
});

0 comments on commit b8cc4ba

Please sign in to comment.