Course material for testing React components using react-testing-library
I'm still working on the README... sorry...
We're going to be learning how to write tests with React and react-testing-library. It's going to be fantastic.
You should be familiar with modern JavaScript and writing React applications. Prior testing experience is not necessary.
You'll need git and node@>=8 installed.
Run these commands in your terminal to get yourself setup:
git clone https://github.com/kentcdodds/react-testing-library-course.git --branch workshop-2018-09
cd react-testing-library-course/
npm run setup
Please answer the prompt about your email. That should get you all setup. If you have issues I can help you work through them while everyone else is working on exercises.
This material is available for private, non-commercial use under the GPL version 3. If you would like to use this material to conduct your own workshop, please contact me at [email protected]