Why you should make your tests fail
Learn why making your tests fail is actually a good idea.
Dec 2, 20213 min read241

Search for a command to run...
Articles tagged with #beginners
Learn why making your tests fail is actually a good idea.

I recently needed to add tests for a <select> element I was developing, and I couldn't find a lot of resources on how to do this with React Testing Library, so I'll share the approach I went with. The <select> element First of all, let's create a <se...
