You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 26, 2025. It is now read-only.
{
- "foo5": "bar-5"
+ "foo5": "some other value"
}
In case of nested objects it should show the full path to a non-matching fields so e.g.,
{
"foo": {
- "foo5": "bar-5"
+ "foo5": "some other value"
},
"bar": {
- "foo5": "bar-5"
+ "foo5": "some other value"
},
- "baz": "actual value",
+ "baz": "expected value",
+ "lorem": "a field which should exist but does not exist"
}
OS: Mac OS X 10.12.6
Node.js: 8.9.4
chai: 3.5.0
chai-subset: 1.6.0
mocha: 3.5.3
I have the following test:
The actual output:

I would like the following output:
In case of nested objects it should show the full path to a non-matching fields so e.g.,