mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
25 lines
692 B
JSON
25 lines
692 B
JSON
|
{
|
||
|
"haste": {
|
||
|
"defaultPlatform": "ios",
|
||
|
"platforms": ["android", "ios"],
|
||
|
"providesModuleNodeModules": [
|
||
|
"react-native"
|
||
|
]
|
||
|
},
|
||
|
"moduleNameMapper": {
|
||
|
"^image![a-zA-Z0-9$_-]+$": "GlobalImageStub",
|
||
|
"^[./a-zA-Z0-9$_-]+\\.(bmp|gif|jpg|jpeg|png|psd|svg|webp)$": "RelativeImageStub"
|
||
|
},
|
||
|
"modulePathIgnorePatterns": [
|
||
|
"<rootDir>/node_modules/react-native/Libraries/react-native/",
|
||
|
"<rootDir>/node_modules/react-native/packager/"
|
||
|
],
|
||
|
"preprocessorIgnorePatterns": [
|
||
|
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element)"
|
||
|
],
|
||
|
"setupFiles": [
|
||
|
"<rootDir>/node_modules/react-native/jest/setup.js"
|
||
|
],
|
||
|
"testEnvironment": "node"
|
||
|
}
|