redux-voting-client icon indicating copy to clipboard operation
redux-voting-client copied to clipboard

chai immutable equality testing issue in browser(karma)

Open 1001b opened this issue 9 years ago • 0 comments

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...

1001b avatar Dec 28 '15 19:12 1001b