diff --git a/scripts/fiber/tests-failing.txt b/scripts/fiber/tests-failing.txt index 00f649c78ded..8fbe13949669 100644 --- a/scripts/fiber/tests-failing.txt +++ b/scripts/fiber/tests-failing.txt @@ -11,7 +11,6 @@ src/renderers/dom/__tests__/ReactDOMProduction-test.js src/renderers/dom/shared/__tests__/ReactDOM-test.js * should allow children to be passed as an argument -* should overwrite props.children with children argument src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js * should clean up input value tracking diff --git a/scripts/fiber/tests-passing.txt b/scripts/fiber/tests-passing.txt index 3f79ff117370..a629d4582a23 100644 --- a/scripts/fiber/tests-passing.txt +++ b/scripts/fiber/tests-passing.txt @@ -627,6 +627,7 @@ src/renderers/dom/shared/__tests__/ReactBrowserEventEmitter-test.js src/renderers/dom/shared/__tests__/ReactDOM-test.js * allows a DOM element to be used with a string +* should overwrite props.children with children argument * should purge the DOM cache when removing nodes * throws in render() if the mount callback is not a function * throws in render() if the update callback is not a function