Browse Source

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.
main
Joppe Geluykens 7 years ago
committed by GitHub
parent
commit
174d7890ed
  1. 2
      content/docs/addons-test-utils.md

2
content/docs/addons-test-utils.md

@ -15,7 +15,7 @@ var ReactTestUtils = require('react-dom/test-utils'); // ES5 with npm
## Overview
`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).
`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).
> Note:
>

Loading…
Cancel
Save