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
reducer_spec.js fails in browser (karma) testing...the problem is in the chai equality testing on iterables...Map...my fix is to use chai-immutable, which (I guess) was originally intended (as shown in package.json) but not implemented for whatever reason...
Maybe there's some other way to configure karma to make it work, but it appears it is more straightforward to use chai-immutable instead...
The text was updated successfully, but these errors were encountered:
reducer_spec.js fails in browser (karma) testing...the problem is in the chai equality testing on iterables...Map...my fix is to use chai-immutable, which (I guess) was originally intended (as shown in package.json) but not implemented for whatever reason...
Maybe there's some other way to configure karma to make it work, but it appears it is more straightforward to use chai-immutable instead...
The text was updated successfully, but these errors were encountered: