Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Jun 8, 2024
1 parent 20e656a commit da974b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ Exclude keys to compare from a deep equal operation with chai [expect](http://ch

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.

https://github.com/chaijs/chai/issues/885

Works with both objects and array of objects with or without circular references.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chai-exclude",
"version": "2.1.0",
"version": "2.1.1",
"description": "Exclude keys to compare from a deep equal operation with chai expect and assert",
"main": "chai-exclude.js",
"types": "index.d.ts",
Expand Down

0 comments on commit da974b6

Please sign in to comment.