Install Jest Dependencies

The most popular testing library that’s usually used with React is Jest. Install that if you plan to write tests for your React project (and you should!). You’ll also need babel-jest and a test renderer like react-test-renderer:

npm i -D jest babel-jest react-test-renderer

Comments

Leave a Comment

All fields are required. Your email address will not be published.