File tree 2 files changed +1
-1
lines changed 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ src/renderers/dom/__tests__/ReactDOMProduction-test.js
11
11
12
12
src/renderers/dom/shared/__tests__/ReactDOM-test.js
13
13
* should allow children to be passed as an argument
14
- * should overwrite props.children with children argument
15
14
16
15
src/renderers/dom/shared/__tests__/ReactDOMComponent-test.js
17
16
* should clean up input value tracking
Original file line number Diff line number Diff line change @@ -627,6 +627,7 @@ src/renderers/dom/shared/__tests__/ReactBrowserEventEmitter-test.js
627
627
628
628
src/renderers/dom/shared/__tests__/ReactDOM-test.js
629
629
* allows a DOM element to be used with a string
630
+ * should overwrite props.children with children argument
630
631
* should purge the DOM cache when removing nodes
631
632
* throws in render() if the mount callback is not a function
632
633
* throws in render() if the update callback is not a function
You can’t perform that action at this time.
0 commit comments