Guide to add unit test support to your redux project (typescript based), each of the samples contains a readme.md with instructions about how to build the sample from scatch.
This project takes as starting point sample "11 Spinner Async" (repository: lemoncode/react-typescript-samples")[https://github.com/Lemoncode/react-typescript-samples].
List of samples:
- Starting point: Sample 11, refactored and cleanup applied.
- Adding dependencies + simple reducer test: installing testing dependencies, configuring karma + simple test reducer...
- Testing sync actions.
- Testing thunk / async actions.
- Testing container components.
- Testing presentational components.