blob: 1085475427e435048a893a7e332ae1b14bf62707 [file] [log] [blame]
{
"testEnvironment": "node",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"testRegex": "(\\.|/)integration\\.ts$",
"moduleFileExtensions": ["ts", "js", "json", "node"],
"transformIgnorePatterns": [
"node_modules/(?!(@weex-cli|my-project|react-native-button)/)"
]
}