Skip to content

Commit 174d789

Browse files
author
Joppe Geluykens
authored
fix: add language part in link to Jest tutorial
Link to Jest tutorial led to 404 since it didn't include the `/en/` language part.
1 parent 0e25504 commit 174d789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/addons-test-utils.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var ReactTestUtils = require('react-dom/test-utils'); // ES5 with npm
1515

1616
## Overview
1717

18-
`ReactTestUtils` makes it easy to test React components in the testing framework of your choice. At Facebook we use [Jest](https://facebook.github.io/jest/) for painless JavaScript testing. Learn how to get started with Jest through the Jest website's [React Tutorial](http://facebook.github.io/jest/docs/tutorial-react.html#content).
18+
`ReactTestUtils` makes it easy to test React components in the testing framework of your choice. At Facebook we use [Jest](https://facebook.github.io/jest/) for painless JavaScript testing. Learn how to get started with Jest through the Jest website's [React Tutorial](http://facebook.github.io/jest/docs/en/tutorial-react.html#content).
1919

2020
> Note:
2121
>

0 commit comments

Comments
 (0)