Fix test suite

This commit is contained in:
Mike Grabowski
2017-10-19 16:50:52 +02:00
parent 4c196aec90
commit e8d30c67d2
@@ -41,7 +41,7 @@ function _defineCheckVersionTests() {
});
it('passes when all the versions are zero', () => {
jest.dontMock('ReactNativeVersion');
_mockJsVersion(0, 0, 0);
_mockNativeVersion(0, 0, 0);
const ReactNativeVersion = require('ReactNativeVersion');