Scoping Jest tests
So far, we only looked at tests executing on the highest level. All tests are basically in the same scope.
But Jest gives us the option to scope down. This can be super easy for recurring tests setup.
For instance, in the previous article, we learned...
h.daily-dev-tips.com3 min read