This improves interop with Jest (I think via the behaviour of Object.is), fixing #35.
The output from toEqual when the sums don't match is still unhelpful in the nullary case stating "serializes to the same string". This would probably require a custom matcher to resolve; in any case that can be addressed separately.
This improves interop with Jest (I think via the behaviour of
Object.is
), fixing #35.The output from
toEqual
when the sums don't match is still unhelpful in the nullary case stating "serializes to the same string". This would probably require a custom matcher to resolve; in any case that can be addressed separately.