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 2faa881 commit b8cc4baCopy full SHA for b8cc4ba
1 file changed
test/jmespath.js
@@ -261,6 +261,6 @@ describe('search', function() {
261
}
262
})
263
} catch (e) {}
264
- assert.deepStrictEqual(res, [{ a: 'foo' }])
+ strictDeepEqual(res, [{ a: 'foo' }])
265
266
});
0 commit comments