Skip to content

Commit da974b6

Browse files
committed
v2.1.1
1 parent 20e656a commit da974b6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ Exclude keys to compare from a deep equal operation with chai [expect](http://ch
1111

1212
Sometimes you'll need to exclude object properties that generate unique values while doing a deep equal operation. This plugin makes it easier to remove those properties from comparison.
1313

14-
https://github.com/chaijs/chai/issues/885
15-
1614
Works with both objects and array of objects with or without circular references.
1715

1816
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-exclude",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Exclude keys to compare from a deep equal operation with chai expect and assert",
55
"main": "chai-exclude.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)