Skip to content

Commit 055275b

Browse files
committed
Reference Jest in TestUtils documentation.
1 parent 3297909 commit 055275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/09.4-test-utils.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ prev: class-name-manipulation.html
77
next: clone-with-props.html
88
---
99

10-
`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)).
10+
`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/)).
1111

1212
### Simulate
1313

0 commit comments

Comments
 (0)