Testing in React, Part 2: React Testing Library

The headline for React Testing Library is, “Test functionality, not implementation”. The idea behind this concept is that implementation is constantly being iterated and improved upon, and therefore… Read more

Similar