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
@@ -7,8 +7,4 @@ class CDepth2 extends React.Component {
}
}
// C.propTypes = {
// text: PropTypes.string.isRequired
// };
export default CDepth2;