Skip to content

Commit e1f3854

Browse files
committed
run scripts/fiber/record-tests
1 parent 791e683 commit e1f3854

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/fiber/tests-passing.txt

+4
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,10 @@ src/renderers/dom/fiber/__tests__/ReactDOMFiber-test.js
666666
* should not onMouseLeave when staying in the portal
667667
* should not update event handlers until commit
668668
* should not crash encountering low-priority tree
669+
* should not warn when rendering into an empty container
670+
* should warn when replacing a container which was manually updated outside of React
671+
* should warn when doing an update to a container manually updated outside of React
672+
* should warn when doing an update to a container manually cleared outside of React
669673
* throws if non-element passed to top-level render
670674
* throws if something other than false, null, or an element is returned from render
671675
* treats mocked render functions as if they return null

0 commit comments

Comments
 (0)