Skip to content

Commit 01c1a5d

Browse files
committed
Update testing.md
1 parent f2b7559 commit 01c1a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var TestUtils = React.addons.TestUtils;
3737
with this:
3838

3939
```js
40-
var TestUtils = require('react-addons-test-utils');
40+
var TestUtils = require('react-addons-test-utils');
4141
var ReactDOM = require('react-dom');
4242
var React = require('react');
4343
```

0 commit comments

Comments
 (0)