idev0085 / react-boilerplate

0 stars 0 forks source link

What is JEST? #81

Open idev0085 opened 3 years ago

idev0085 commented 3 years ago

Jest is a JavaScript unit testing framework made by Facebook based on Jasmine and provides automated mock creation and a jsdom environment. It's often used for testing React components.

Mursalin7 commented 3 years ago

Easy way of unit testing react components where you can create mock for mocking functions and components.