Jest is a powerful, flexible testing framework, and Enzyme provides tools to test React and Redux applications. In this course, you will learn to test:
- Connected and unconnected components
- Component state and Redux state
- Action creators and reducers
- Complex action creators that use Redux Thunk and Axios
- Action creators called from connected components
Each sub-directory is a separate create-react-app
project.
- Navigate to each sub-directory (e.g. Jotto App, Click Counter, etc.)
- If this is your first time, run
npm install
- To start the server in each, run
npm start
- To have the tests running live and to monitor them, run
npm test
I am not the owner, author, teacher or an in any way associated with this course, Bonnie or Udemy. I'm just OCD and like to do things like this. :-)
more