Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattruby committed Feb 16, 2017
1 parent c6f1dd4 commit 537fed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -358,7 +358,7 @@ const mountedComponent = mount(
```

Bear in mind that using shallow rendering won't provide any useful results when testing injected components; only the injector will be rendered.
To test with shallow rendering, instantiate the wrapped сomponent instead: `shallow(<Person.wrappedComponent />)`
To test with shallow rendering, instantiate the `wrappedComponent` instead: `shallow(<Person.wrappedComponent />)`

## FAQ

Expand Down

0 comments on commit 537fed0

Please sign in to comment.