runjuu opened this issue 7 years ago · 0 comments
Current we have to test action in a React way, for example:
testRenderer.root.findByProps({ id: action }).props.onClick()
which is no efficient. We need a better way to test.