This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
terminally-online/jest.config.json
Nikolaos Karaolidis c1c22145b2 Add Realm base
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2023-07-08 19:07:31 +03:00

11 lines
308 B
JSON

{
"preset": "react-native",
"setupFiles": ["./tests/jest.setup.js"],
"moduleNameMapper": {
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "identity-obj-proxy"
},
"transformIgnorePatterns": [
"node_modules/(?!(@react-native|react-native|react-native-vector-icons|@realm)/)"
]
}