image

Todo App

The purpose of this project is to practice testing with React using Jest, react-testing-library and other tools.

Components to be tested:

App

  • ...function to be tested
  • ...function to be tested
  • ...function to be tested

AddTodo (This is a form to add todos to App state)

  • ...function to be tested
  • ...function to be tested
  • ...function to be tested