react-native/Libraries/Core
Mike Grabowski 4e1dfa48a2 Fix test suite when running on a feature branch
Summary:
Test suite for React Native version check relies on `ReactNativeVersion.js` file that is modified on a release branch (it contains values of a real version, not zeros).

That makes it impossible for the build to pass: https://circleci.com/gh/facebook/react-native/23494

This PR mocks it with zero values, just like we mock it in other suites. I am not sure if that is desired, but works for now.

CC ide
Closes https://github.com/facebook/react-native/pull/16464

Differential Revision: D6100285

Pulled By: hramos

fbshipit-source-id: 784f7e14f5283403f3fa518940565e1ef19dd398
2017-10-19 13:53:27 -07:00
..
Devtools Run eslint --fix 2017-10-09 17:46:44 -07:00
Timers Add missing delete to requestIdleCallback 2017-09-11 18:15:49 -07:00
__mocks__ Reorganize core JS files 2016-10-11 10:14:28 -07:00
__tests__ Fix test suite when running on a feature branch 2017-10-19 13:53:27 -07:00
ExceptionsManager.js Report Java stack from errors from sync native module calls 2017-06-14 09:32:37 -07:00
InitializeCore.js Move JS-native version check to its own module + unit tests + prefix Obj-C macro w/RCT 2017-10-16 14:30:34 -07:00
ReactNativeVersion.js Validate that JS and Native code versions match for RN releases 2017-09-27 18:31:15 -07:00
ReactNativeVersionCheck.js Move JS-native version check to its own module + unit tests + prefix Obj-C macro w/RCT 2017-10-16 14:30:34 -07:00