Skip to content

Instantly share code, notes, and snippets.

@khalidwilliams
Last active June 13, 2020 21:42
Show Gist options
  • Save khalidwilliams/c27ec1f35b06d7b4f5852d9b236aa0fe to your computer and use it in GitHub Desktop.
Save khalidwilliams/c27ec1f35b06d7b4f5852d9b236aa0fe to your computer and use it in GitHub Desktop.

Intermission Testing Resources

Exercises / Repos

  1. Add tests to any incomplete projects from the inning.
  2. Go through the Async React Testing lesson. Fully test out the idea box, including happy and sad paths for all end points.
  3. Get the repo from the React Router lesson. Complete all routes on the app, then write integration and unit tests with a MemoryRouter. Then refactor all tests to use a Router and history object. Which do you prefer?
  4. Write unit and integration tests for every component in this PostIt App

Tutorials / Documentation

  1. Tutorials:
  1. Documentation:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment