We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
expect({ a: Symbol('test'), b: 'bar', }).to.deep.equal({ a: 'foo', b: 'bar', })
Fails but does not show the diff.
If Symbol('test') is replaced by 'test', It works
Symbol('test')
'test'