mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
b4fb68c701
Reviewed By: frantic Differential Revision: D6105671 fbshipit-source-id: d05336a46bb2c1e2d0530188dc85cc2b4f7f4537
27 lines
746 B
JSON
27 lines
746 B
JSON
{
|
|
"haste": {
|
|
"defaultPlatform": "ios",
|
|
"platforms": ["android", "ios", "native"],
|
|
"providesModuleNodeModules": [
|
|
"react-native"
|
|
]
|
|
},
|
|
"moduleNameMapper": {
|
|
"^React$": "<rootDir>/node_modules/react"
|
|
},
|
|
"modulePathIgnorePatterns": [
|
|
"<rootDir>/node_modules/react-native/Libraries/react-native/"
|
|
],
|
|
"transform": {
|
|
"^.+\\.js$": "babel-jest",
|
|
"^[./a-zA-Z0-9$_-]+\\.(bmp|gif|jpg|jpeg|mp4|png|psd|svg|webp)$": "<rootDir>/node_modules/react-native/jest/assetFileTransformer.js"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element)"
|
|
],
|
|
"setupFiles": [
|
|
"<rootDir>/node_modules/react-native/jest/setup.js"
|
|
],
|
|
"testEnvironment": "node"
|
|
}
|