Olivier-Kango/movies-catalogue

2.2 Create the tests for the application.

Olivier-Kango opened this issue · 0 comments

Testing requirements

  • Create unit tests for pure functions in your Redux code.
  • Create integration tests for your application using the React Testing Library.
    • You may need to mock the access to the API, so that your tests don't send actual requests.
    • You may need to mock the connection to the Redux Store.