notes: react structure / styles could be better but this project is mostly focused on developing functionalities in best possible Test driven way.
- Jest Enzyme added
- Shallow and Mount rendering
- Snapshot testing
- Redux added
- Test for Redux actions and reducers
- Integrate fully tested components with React
- Mocking click, change event
- Mocking function callback using jest.fn()
- Component State and props testing
- Persistant storage Testing and integration
- Integrate redux-thunk, fetch-mock and redux-mock-store
- Tests for Redux Async actons using Mock store and mock fetch
- Tests for redux combined reducers