Browse Source

Reference Jest in TestUtils documentation.

main
Kunal Mehta 11 years ago
parent
commit
8ed8c4059c
  1. 2
      docs/09.4-test-utils.md

2
docs/09.4-test-utils.md

@ -7,7 +7,7 @@ prev: class-name-manipulation.html
next: clone-with-props.html
---
`React.addons.TestUtils` makes it easy to test React components in the testing framework of your choice (we use [Jasmine](http://jasmine.github.io) with [jsdom](https://github.com/tmpvar/jsdom)).
`React.addons.TestUtils` makes it easy to test React components in the testing framework of your choice (we use [Jest](http://facebook.github.io/jest/)).
### Simulate

Loading…
Cancel
Save