Closed korniychuk closed 3 years ago
Thanks for letting us know about your issue, and for the video, diagnostics report, etc.
This was a problem with Wallaby; it was not handling toStrictEqual
but has been updated to now also handle this expect function.
Wallaby core to v1.0.1165
+ supports the toStrictEqual
function. Wallaby should automatically upgrade for you but if it does not, you can close all instances of WebStorm and when you next restart Wallaby, it will check for and download the latest version.
I restarted WallabyJS ane it become working! @smcenlly Thank you for the fix and the fast response! 🙏 🦾
Issue description or question
Error report from:
expect(res1).toStrictEqual(exp1);
doesn't provide so usefulShow difference
button.expect(res1).toEqual(exp1);
works fine, but my project uses the strict version of the operator.I would be very grateful if you would correct this error if it is in WallabyJS. Or suggest any ideas about fixing the problem if you think it is on my side.
Video Demo: https://cln.sh/YOxYJD
Thank you very much in advance!
Wallaby diagnostics report