We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fece4be commit 884b95dCopy full SHA for 884b95d
1 file changed
docs/TutorialReact.md
@@ -217,7 +217,7 @@ mocked module fails these checks. Your options are:
217
```
218
3. Use `react-test-renderer`. The test renderer doesn't care about element types
219
and will happily accept e.g. `SomeComponent`. You could check snapshots using
220
- the test renderer, and check component behaviour separately using Enzyme.
+ the test renderer, and check component behavior separately using Enzyme.
221
222
### DOM Testing
223
0 commit comments