chai
chai copied to clipboard
non-enumerable Symbol properties should not fail equality
The 4.3.7 version added comparison of object properties keyed by Symbol, but elsewhere (deep-eql) it is already decided that only enumerable symbols, those that were deliberately designated to be so by the implementation, should be taken into consideration of the test.
Please release a version of chai that is not failing when deepEqual on non-enumerable Symbol properties.
Would be great to hear feedback on this ticket
Hey @gullerya; can you add a minimal reproduction steps of the issue you are having?