File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ src/renderers/shared/__tests__/ReactPerf-test.js
5757* should not count time in a portal towards lifecycle method
5858* should work when measurement starts during reconciliation
5959
60- src/renderers/shared/fiber/__tests__/ReactIncrementalSideEffects-test.js
61- * invokes ref callbacks after insertion/update/unmount
62-
6360src/renderers/shared/hooks/__tests__/ReactComponentTreeHook-test.js
6461* can be retrieved by ID
6562
Original file line number Diff line number Diff line change @@ -119,4 +119,3 @@ src/renderers/shared/shared/__tests__/ReactMultiChild-test.js
119119
120120src/renderers/shared/shared/__tests__/ReactStatelessComponent-test.js
121121* should warn for childContextTypes on a functional component
122- * should warn when given a ref
Original file line number Diff line number Diff line change @@ -1523,6 +1523,8 @@ src/renderers/shared/shared/__tests__/ReactStatelessComponent-test.js
15231523* should update stateless component
15241524* should unmount stateless component
15251525* should pass context thru stateless component
1526+ * should warn when given a string ref
1527+ * should warn when given a function ref
15261528* should provide a null ref
15271529* should use correct name in key warning
15281530* should support default props and prop types
You can’t perform that action at this time.
0 commit comments