React Testing with Jest and Enzyme

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

Improve your React, Redux, Hooks and Context Code with Test Driven Development

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
Bonnie Schulkin

Reddit Posts and Comments

0 posts • 4 mentions • top 3 shown below

r/reactnative • comment
2 points • nerdchavoso

Somedays ago I had the same problem, I was looking for the whole internet and I did not find any good content about testing with React Native

The solution I found was do a course about testing in React Web and apply it to RN, the course is React Testing with Jest and Enzyme

I did not finish yet, bu so far, everything is doing well, sometimes I waste hours trying to find the solution to apply some concepts in RN, but ok

As someone without any background with tests, I'm not the best person to say if it is the best option, but, it was the only option I found

r/reactjs • comment
1 points • chunyukuo

Thank you! Thorough and up-to-date testing courses for any technology are super-valuable. I am currently working through this Udemy course on React testing and am getting a lot out of it.

r/reactjs • comment
1 points • DepressedBard

I took this Udemy course: https://www.udemy.com/course/react-testing-with-jest-and-enzyme/

I highly recommend it. She’s very thorough, you learn how to test all kinds of annoying things like redux reducers, react hooks, useContext and then just other run of the mill stuff. She uses TDD which is very interesting too.