Fix Jest tests for RN 0.19.0
See #58 - Big thanks to @AlbertBrand
node_modules is ignored so any unit tests under that folder are not run by this change. The setting testPathDirs seems to limit the require targets to the specified dirs.
See #58 - Big thanks to @AlbertBrand
node_modules is ignored so any unit tests under that folder are not run by this change. The setting testPathDirs seems to limit the require targets to the specified dirs.