(anonymous)
✖ should be equivalent
at Test.<anonymous> (...)
<green>actual</green> <red>expected</red>
{ a: <red>fals</red><green>tru</green>e, b: false }
I think the output for objects that are not equal has potential for being improved.
It would be nice with something more like:
{
a: true, // actual
a: false, // expected
b: false,
}
I think the output for objects that are not equal has potential for being improved.
It would be nice with something more like: