Skip to content

Commit

Permalink
Remove reactComponentExpect (#9856)
Browse files Browse the repository at this point in the history
Legacy.
  • Loading branch information
sophiebits committed Jun 5, 2017
1 parent 1710e6c commit 9d07ea7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 471 deletions.
7 changes: 0 additions & 7 deletions scripts/fiber/tests-passing.txt
Expand Up @@ -2004,10 +2004,3 @@ src/shared/utils/__tests__/PooledClass-test.js

src/shared/utils/__tests__/reactProdInvariant-test.js
* should throw with the correct number of `%s`s in the URL

src/test/__tests__/reactComponentExpect-test.js
* should match composite components
* should match empty DOM components
* should match non-empty DOM components
* should match DOM component children
* should detect text components
1 change: 0 additions & 1 deletion scripts/rollup/packaging.js
Expand Up @@ -19,7 +19,6 @@ const RN_PROD = Bundles.bundleTypes.RN_PROD;
const facebookWWW = 'facebook-www';
// these files need to be copied to the facebook-www build
const facebookWWWSrcDependencies = [
'src/test/reactComponentExpect.js',
'src/renderers/dom/shared/eventPlugins/TapEventPlugin.js',
];

Expand Down
168 changes: 0 additions & 168 deletions src/test/__tests__/reactComponentExpect-test.js

This file was deleted.

0 comments on commit 9d07ea7

Please sign in to comment.