Skip to content
This repository was archived by the owner on Jan 7, 2019. It is now read-only.

Commit 3cf79c9

Browse files
LaurentRostychota
authored andcommitted
Update react-native-test.s.md (#112)
1 parent 9437e45 commit 3cf79c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project-standards/technical-agility/react-native-test.s.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ export default function*() {
130130
```
131131

132132
First, let's test the order of execution.
133-
NB: You're not supposed the order of execution of all your sagas, but only the one with complex logic (loop, conditions, ...).
133+
NB: You're not supposed to test the order of execution of all your sagas, but only the ones with complex logic (loop, conditions, ...).
134134

135135
Nevertheless, for a learning purpose, we write the test for `getFavoriteBooksByTypeSaga`:
136136

137137
```javascript
138138
// Test
139-
import { getFavoriteBooksByTypeSaga} from './sagas';
139+
import { getFavoriteBooksByTypeSaga } from './sagas';
140140
import { testSaga } from 'redux-saga-test-plan';
141141

142142
const favoriteCrimeBooks = [{

0 commit comments

Comments
 (0)