File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,9 @@ scripts/error-codes/__tests__/invertObject-test.js
37
37
src/addons/__tests__/ReactComponentWithPureRenderMixin-test.js
38
38
* provides a default shouldComponentUpdate implementation
39
39
40
+ src/addons/__tests__/ReactDOMFactories-test.js
41
+ * allow factories to be called without warnings
42
+
40
43
src/addons/__tests__/ReactFragment-test.js
41
44
* warns for numeric keys on objects as children
42
45
* should warn if passing null to createFragment
@@ -891,7 +894,6 @@ src/renderers/dom/stack/client/__tests__/ReactDOM-test.js
891
894
* should allow children to be passed as an argument
892
895
* should overwrite props.children with children argument
893
896
* should purge the DOM cache when removing nodes
894
- * allow React.DOM factories to be called without warnings
895
897
896
898
src/renderers/dom/stack/client/__tests__/ReactMount-test.js
897
899
* should render different components in same root
You can’t perform that action at this time.
0 commit comments