#testing
Read more stories on Hashnode
Articles with this tag
Using the popular testing library to test dynamic style changes in our components · Sometimes -or often, depending on the case- we need to test some...
How tweaking the maxWorkers option can increase tests efficiency · Many applications have hundreds (and sometimes thousands!) of tests. Sometimes those...
I wrote a test and found a small bug. Even in React writing tests is important. · In almost every Sprint, at work, I try to reserve some space for...
Abstract methods in RTL to be reused by different tests · It can happen to have very similar tests across our suites. In one of my recent examples, I had...