Browse Source

Merge pull request #144 from jppgks/patch-1

fix: add internationalization part in link to Jest tutorial
main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
0ab68410b9
  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 ## 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: > Note:
> >

Loading…
Cancel
Save