Skip to content

Commit

Permalink
fix: add language part in link to Jest tutorial
Browse files Browse the repository at this point in the history
Link to Jest tutorial led to 404 since it didn't include the `/en/` language part.
  • Loading branch information
Joppe Geluykens authored Oct 12, 2017
1 parent 0e25504 commit 174d789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/addons-test-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
>
Expand Down

0 comments on commit 174d789

Please sign in to comment.