Skip to content

Commit 722c269

Browse files
author
Matthew Toledo
committed
documetation update.
1 parent edff2ca commit 722c269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A helper for mocking react router v4 context and childContextTypes when testing
33

44
This package uses React-Router's history module to mock the history. Specifically, we use their memoryHistory module which was designed for use in testing environments.
55

6-
It creates a context option and a contextChildTypes option that can be used by Enzyme's mount() and shallow() API's.
6+
It creates a context option and a contextChildTypes option that can be used by Enzyme's mount() and shallow() API's to ensure that all descendants of the component being tested have the correct react-router context.
77

88
#### Install
99

0 commit comments

Comments
 (0)