Browse Source

Update Jasmine link

main
Dmitry Mazuro 11 years ago
parent
commit
9d05706737
  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://pivotal.github.io/jasmine/) 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 [Jasmine](http://jasmine.github.io) with [jsdom](https://github.com/tmpvar/jsdom)).
### Simulate

Loading…
Cancel
Save