Skip to content

Commit bb0fc28

Browse files
committed
Fix PureRender test to use providesModule
1 parent b0a59a6 commit bb0fc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addons/__tests__/ReactComponentWithPureRenderMixin-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('ReactComponentWithPureRenderMixin', function() {
2121
React = require('React');
2222
ReactComponentWithPureRenderMixin =
2323
require('ReactComponentWithPureRenderMixin');
24-
ReactTestUtils = require("../../ReactTestUtils");
24+
ReactTestUtils = require('ReactTestUtils');
2525
});
2626

2727
it('provides a default shouldComponentUpdate implementation', function() {

0 commit comments

Comments
 (0)