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
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.
The text was updated successfully, but these errors were encountered:
The
4.3.7
version added comparison of object properties keyed bySymbol
, 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 whendeepEqual
on non-enumerable Symbol properties.The text was updated successfully, but these errors were encountered: