chai-exclude icon indicating copy to clipboard operation
chai-exclude copied to clipboard

Exclude keys to compare from a deep equal operation with chai expect or assert.

Results 5 chai-exclude issues
Sort by recently updated
recently updated
newest added

Hello, I like your plugin, but I'm missing a way to define nested keys that I would like to be excluded from deep.equal() comparison. What do you think about the...

Hello there, I'm wondering if Chai v5 support is going to be added? https://github.com/chaijs/chai/releases/tag/v5.0.0

Hello, Could you please take a look at these few changes that would allow to use the plugin for partial equality assertions? I've added a couple of test cases to...

The test below always passes. If you remove the .excluding, it always fails. mongodb - 4.17.1 mongoose - 6.12.3 chai - 4.3.10 chai-exclude - 2.1.0 ``` describe('ObjectId comparison', () =>...

Hi, For some reason, despite upgrading to chai 5.1.1, and chai-exclude 3.0.0, I'm getting the error: > Error: Invalid Chai property: excludingEvery I am performing the set-up as well: ```js...