Update passing tests

This commit is contained in:
Dan Abramov
2016-11-03 14:41:39 +00:00
parent 29dbbc31c9
commit 857672f7e7
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -87,9 +87,6 @@ src/renderers/art/__tests__/ReactART-test.js
* resolves refs before componentDidMount
* resolves refs before componentDidUpdate
src/renderers/dom/__tests__/ReactDOMProduction-test.js
* should throw with an error code in production
src/renderers/dom/shared/__tests__/CSSPropertyOperations-test.js
* should set style attribute when styles exist
* should warn when using hyphenated style names
+1
View File
@@ -438,6 +438,7 @@ src/renderers/dom/__tests__/ReactDOMProduction-test.js
* should use prod React
* should handle a simple flow
* should call lifecycle methods
* should throw with an error code in production
src/renderers/dom/fiber/__tests__/ReactDOMFiber-test.js
* should render strings as children