Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 536 Bytes

testing.md

File metadata and controls

8 lines (4 loc) · 536 Bytes

Testing

Writing unit tests was not convered in scope of phase 1 of this project, but infractructure for this is implemented. It is recommended to test React reducers and action creators to ensure state immuntability. Components can also be tested for regression and behavior.

For more information about running tests see here.

Example of unit tests for reducers can be found here.