Tests - Fix mountAndGetRootNode usage + Add depth=1 test case

This commit is contained in:
2019-07-20 18:55:34 +05:30
parent 8de40dcfc8
commit 3d32347a37
3 changed files with 33 additions and 23 deletions
+10
View File
@@ -0,0 +1,10 @@
// import * as PropTypes from "prop-types";
import * as React from "react";
class CDepth1 extends React.Component {
render() {
return null;
}
}
export default CDepth1;