peeratmac/rancid-tomatillos

Redux Testing

Closed this issue · 1 comments

Redux Testing

Redux Testing

Action Creator Tests:

  • ADD_MOVIES
  • UPDATE_USER (will need additional tests for the eventual case/type we're introducing for updating ratings)
  • HANDLE_ERROR
  • IS_LOADING
  • ... Tests for Action creators-to-be-added

Reducer Tests:

  • ADD_MOVIES
  • UPDATE_USER (will need additional tests for the eventual case/type we're introducing for updating ratings)
  • HANDLE_ERROR
  • IS_LOADING
  • ... Tests for Reducers-to-be-added

map...ToProps tests for Container components:

  • LoginForm
  • MovieContainer
  • NavigationBar
  • ...Components not yet added?