Skip to content

Commit dbd8a46

Browse files
authored
Final update testing.md
1 parent d90b873 commit dbd8a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor_docs/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ When testing redux, the general guidance [[1]](#References) seems to suggest spl
366366
2. reducers
367367
3. connected components
368368

369-
Testing reducers and action creators is covered pretty well in [Redux's documentation](https://redux.js.org/recipes/writing-tests). An example of testing an action creator can be found at [projects.test.js](../client/modules/IDE/actions/projects.unit.test.js)
369+
Testing reducers and action creators is covered pretty well in [Redux's documentation](https://redux.js.org/recipes/writing-tests). An example of testing an action creator can be found at [projects.unit.test.js](../client/modules/IDE/actions/projects.unit.test.js)
370370
371371
### Connected Components
372372

0 commit comments

Comments
 (0)