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