Skip to content

Commit add4fc2

Browse files
committed
Re-record fiber tests
1 parent a24d210 commit add4fc2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/fiber/tests-failing.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ src/renderers/dom/__tests__/ReactDOMProduction-test.js
1111

1212
src/renderers/dom/shared/__tests__/ReactDOM-test.js
1313
* should allow children to be passed as an argument
14-
* should overwrite props.children with children argument
1514

1615
src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js
1716
* should clean up input value tracking

scripts/fiber/tests-passing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ src/renderers/dom/shared/__tests__/ReactBrowserEventEmitter-test.js
627627

628628
src/renderers/dom/shared/__tests__/ReactDOM-test.js
629629
* allows a DOM element to be used with a string
630+
* should overwrite props.children with children argument
630631
* should purge the DOM cache when removing nodes
631632
* throws in render() if the mount callback is not a function
632633
* throws in render() if the update callback is not a function

0 commit comments

Comments
 (0)