Skip to content

Commit 35844e6

Browse files
bambusekdljharb
authored andcommitted
[New] add alias 'notDeepEquals' to 'notDeepEqual' function
1 parent 1693c34 commit 35844e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/test.js

+1
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ function notDeepEqual(a, b, msg, extra) {
456456
});
457457
}
458458
Test.prototype.notDeepEqual
459+
= Test.prototype.notDeepEquals
459460
= Test.prototype.notEquivalent
460461
= Test.prototype.notDeeply
461462
= Test.prototype.notSame

readme.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Assert that `actual` and `expected` do not have the same structure and nested va
241241
[node's deepEqual() algorithm](https://github.com/substack/node-deep-equal)
242242
with strict comparisons (`===`) on leaf nodes and an optional description of the assertion `msg`.
243243

244-
Aliases: `t.notEquivalent()`, `t.notDeeply()`, `t.notSame()`,
244+
Aliases: `t.notDeepEquals`, `t.notEquivalent()`, `t.notDeeply()`, `t.notSame()`,
245245
`t.isNotDeepEqual()`, `t.isNotDeeply()`, `t.isNotEquivalent()`,
246246
`t.isInequivalent()`
247247

0 commit comments

Comments
 (0)