mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Record tests (#8444)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user