Running single Jest tests
I found out this only after doing some research for this Jest series.
Apparently, we get the test.only function, which we can use to only test one test in a suite.
This can be particularly handy if one test in a whole file fails.
To use it, you can s...
h.daily-dev-tips.com2 min read