Skip to content

Commit 9037972

Browse files
authored
Merge pull request #3366 from islml/Fix-broken-link-in-contributor_docs/testing.md
Fix broken link in contributor docs/testing.md
2 parents c942a62 + d2f91af commit 9037972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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/components/actions/__tests__/projects.test.jsx)
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)