We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c196ae commit e8d30c6Copy full SHA for e8d30c6
1 file changed
Libraries/Core/__tests__/ReactNativeVersionCheck-test.js
@@ -41,7 +41,7 @@ function _defineCheckVersionTests() {
41
});
42
43
it('passes when all the versions are zero', () => {
44
- jest.dontMock('ReactNativeVersion');
+ _mockJsVersion(0, 0, 0);
45
_mockNativeVersion(0, 0, 0);
46
47
const ReactNativeVersion = require('ReactNativeVersion');
0 commit comments