All the React developers will agree, mostly everyone has used Jest at least once in their dev life.
Yes, It’s true for me too. 👋
ReactJS team also suggested people use Jest to test their app. Which is fair as Jest was also created by Facebook. 👏
Jest is cool. But later they came up with something called Jest Snapshot testing. And as usual, they also suggested developers use it to test their React components.👏👏
First, let’s see what’s Snapshot testing with Jest-
Continue reading