Open changtimwu opened 6 years ago
Old material of react-native-mock use mocha --require
ex however you don't need that with jest
https://github.com/facebook/jest/issues/1460
Nice talk about react-native TDD
above material doesn't show correct way to trigger component function. please see.
Acceptance test for RN https://calaba.sh/
Test-Renderer vs Enzyme
react-navigation
usestest-renderer
. ref