MikeMcl / decimal.js

An arbitrary-precision Decimal type for JavaScript
http://mikemcl.github.io/decimal.js
MIT License
6.35k stars 480 forks source link

jest toEqual doesn't work #214

Closed prithvihv closed 1 year ago

prithvihv commented 1 year ago

Running toEqual on jest with a complex object results in a serializes to the same string issue

MikeMcl commented 1 year ago

There is no toEqual method here, and your description/explanation is inadequate anyway.