In a terminal, execute
yarn
In a terminal, execute
yarn test
- Write the reducers
- Write the actions
- Implement tests for the filter reducer
Once all your tests are green, you're good to go for part 2 ;-)
Launch Expo XDE and open the app.
- Fix the errors
- The list of trucks seems to be empty ...
- Make sure that all the components get the right props from connect()
- The HeaderWidget button does not work...
- Add the delete function in the trucks tests, implement it in the reducer and then implement it in the app