Record tests (#8444)

This commit is contained in:
Ben Alpert
2016-11-28 11:37:21 -08:00
committed by GitHub
parent a63cee8e24
commit a1feccd9e8
2 changed files with 2 additions and 2 deletions
@@ -46,6 +46,8 @@ src/renderers/dom/shared/__tests__/ReactDOMInvalidARIAHook-test.js
* should warn for an improperly cased aria-* prop
src/renderers/dom/shared/__tests__/ReactMount-test.js
* should warn if mounting into dirty rendered markup
* should warn when mounting into document.body
* should account for escaping on a checksum mismatch
* should warn if render removes React-rendered children
* should warn if the unmounted node was rendered by another copy of React
-2
View File
@@ -665,9 +665,7 @@ src/renderers/dom/shared/__tests__/ReactMount-test.js
* should render different components in same root
* should unmount and remount if the key changes
* should reuse markup if rendering to the same target twice
* should warn if mounting into dirty rendered markup
* should not warn if mounting into non-empty node
* should warn when mounting into document.body
* passes the correct callback context
src/renderers/dom/shared/__tests__/ReactMountDestruction-test.js