mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix PureRender test to use providesModule
This commit is contained in:
@@ -21,7 +21,7 @@ describe('ReactComponentWithPureRenderMixin', function() {
|
||||
React = require('React');
|
||||
ReactComponentWithPureRenderMixin =
|
||||
require('ReactComponentWithPureRenderMixin');
|
||||
ReactTestUtils = require("../../ReactTestUtils");
|
||||
ReactTestUtils = require('ReactTestUtils');
|
||||
});
|
||||
|
||||
it('provides a default shouldComponentUpdate implementation', function() {
|
||||
|
||||
Reference in New Issue
Block a user