File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 11# react-testing-excercise
22
3+ ## Intro
4+
5+ The goal of this excercise is add all necessary tests and testing configuration.
6+
7+ ## Excercise
8+
9+ - Install all necessary libs for testing.
10+ - Add ` jest ` configuration.
11+ - Add ` debug ` configuration.
12+ - Add ` pods/recipes/recipes.mappers ` tests.
13+ - Add ` common/components ` tests.
14+ - Add ` pods/recipes/hooks ` tests.
15+ - Add ` pods/recipes/store ` tests (actions, reducers, selectors, sagas).
16+ - Add ` pods/recipes/recipes.container ` tests.
17+ - Add ` pods/recipes/selectors ` tests.
18+
19+ ## Optional
20+
21+ - Add ` coverage ` configuration.
22+ - Add ` travis-ci ` or ` circle-ci ` configuration.
23+ - Add ` common/mappers/collection ` tests.
24+ - Add ` common/helpers/flat-items ` tests.
25+ - Add ` pods/recipes/recipes.business ` tests.
26+
27+ ## Important
28+
329- When configure ` jest.json ` file, add ` alias ` configuration using:
430
531``` javascript
You can’t perform that action at this time.
0 commit comments