-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
react-native-cli: 2.0.1
react-native: 0.48.1
node: v8.4.0
yarn: 0.27.5
- Target Platform:
iOs, Android
- Development Operating System:
macOs Sierra 10.12.6
Steps to Reproduce
- react-native init testapp
- cd testapp
- yarn test
Expected Behavior
Initially created tests should pass.
Actual Behavior
yarn test
yarn test v0.27.5
$ jest
FAIL __tests__/index.android.js
● Test suite failed to run
TypeError: Cannot read property 'BLOB_URI_SCHEME' of undefined
at Object.<anonymous> (node_modules/react-native/Libraries/Blob/URL.js:21:21)
at node_modules/react-native/Libraries/Core/InitializeCore.js:174:40
at getValue (node_modules/react-native/Libraries/Utilities/defineLazyObjectProperty.js:44:10)
at ContextifyScript.Script.runInContext (vm.js:53:29)
FAIL __tests__/index.ios.js
● Test suite failed to run
TypeError: Cannot read property 'BLOB_URI_SCHEME' of undefined
at Object.<anonymous> (node_modules/react-native/Libraries/Blob/URL.js:21:21)
at node_modules/react-native/Libraries/Core/InitializeCore.js:174:40
at getValue (node_modules/react-native/Libraries/Utilities/defineLazyObjectProperty.js:44:10)
at ContextifyScript.Script.runInContext (vm.js:53:29)
Test Suites: 2 failed, 2 total
Tests: 0 total
Snapshots: 0 total
Time: 0.95s
Ran all test suites.
error Command failed with exit code 1.
shaundon, shakyShane, holleB, vivalaakam, philographer and 26 more
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.