Skip to content

Commit

Permalink
Record fiber tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nhunzaker committed Nov 20, 2016
1 parent 2a690d0 commit 8bbd4e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/fiber/tests-passing.txt
Expand Up @@ -37,6 +37,9 @@ scripts/error-codes/__tests__/invertObject-test.js
src/addons/__tests__/ReactComponentWithPureRenderMixin-test.js
* provides a default shouldComponentUpdate implementation

src/addons/__tests__/ReactDOMFactories-test.js
* allow factories to be called without warnings

src/addons/__tests__/ReactFragment-test.js
* warns for numeric keys on objects as children
* should warn if passing null to createFragment
Expand Down Expand Up @@ -891,7 +894,6 @@ src/renderers/dom/stack/client/__tests__/ReactDOM-test.js
* should allow children to be passed as an argument
* should overwrite props.children with children argument
* should purge the DOM cache when removing nodes
* allow React.DOM factories to be called without warnings

src/renderers/dom/stack/client/__tests__/ReactMount-test.js
* should render different components in same root
Expand Down

0 comments on commit 8bbd4e3

Please sign in to comment.