mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Removed test utils dependency on test renderer from bundle config (#11259)
This commit is contained in:
@@ -118,7 +118,6 @@ const bundles = [
|
||||
'prop-types/checkPropTypes',
|
||||
'react',
|
||||
'react-dom',
|
||||
'react-test-renderer', // TODO (bvaughn) Remove this dependency before 16.0.0
|
||||
],
|
||||
fbEntry: 'src/renderers/dom/test/ReactTestUtilsEntry',
|
||||
hasteName: 'ReactTestUtils',
|
||||
@@ -129,7 +128,6 @@ const bundles = [
|
||||
paths: [
|
||||
'src/renderers/dom/test/**/*.js',
|
||||
'src/renderers/shared/**/*.js',
|
||||
'src/renderers/testing/**/*.js', // TODO (bvaughn) Remove this dependency before 16.0.0
|
||||
|
||||
'src/ReactVersion.js',
|
||||
'src/shared/**/*.js',
|
||||
|
||||
Reference in New Issue
Block a user