Skip to content

Commit 60d3245

Browse files
committed
Update readme
1 parent 37af428 commit 60d3245

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

readme.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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

0 commit comments

Comments
 (0)