Common Jest matchers
Jest using something called matchers to test different results.
These matchers can be used to determine if a criterion is what we expect it to be.
In the previous article we've used toBeTruthy and toBeFalsy.
However, there are many different ones we ...
h.daily-dev-tips.com3 min read