Add more testcases for findNodeByName with class and fn components

This commit is contained in:
2019-07-25 09:34:12 +05:30
parent ae0e39ab80
commit 6fb9efa44b
2 changed files with 67 additions and 1 deletions
@@ -0,0 +1,5 @@
function FnDepth1() {
return null;
}
export default FnDepth1;