We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7cde3 commit 36d50aaCopy full SHA for 36d50aa
test/node/types.js
@@ -21,7 +21,7 @@ var objectEntries = require('object.entries');
21
22
// "polyfill" deepStrictEqual on Node 0.12 and below
23
if (!assert.deepStrictEqual) {
24
- assert.deepStrictEqual = assert.strictEqual;
+ assert.deepStrictEqual = assert.deepEqual;
25
}
26
27
function uncurryThis(f) {
0 commit comments