Inside a dev's mind - Refactoring and debugging a React test
May 04, 2020
You may know this already: testing is an integral part of the skillset of every professional developer. Many job listings require at least basic testing skills from applicants. But testing a frontend can be particularly tough. You don't know whether you should focus on unit, integration, or e2e…