Skip to content

Commit

Permalink
Re-record fiber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Jan 23, 2017
1 parent a24d210 commit add4fc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion scripts/fiber/tests-failing.txt
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions scripts/fiber/tests-passing.txt
Expand Up @@ -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
Expand Down

0 comments on commit add4fc2

Please sign in to comment.