22 строки
460 B
JSON
22 строки
460 B
JSON
{
|
|
"globals": {
|
|
"__TS_CONFIG__": "src/tsconfig.spec.json",
|
|
"__TRANSFORM_HTML__": true
|
|
},
|
|
"transform": {
|
|
"^.+\\.(ts|js|html)$": "<rootDir>/node_modules/jest-preset-angular/preprocessor.js"
|
|
},
|
|
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"js",
|
|
"html"
|
|
],
|
|
"moduleNameMapper": {
|
|
"(.*)": "<rootDir>/src/$1"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!@ngrx)"
|
|
]
|
|
}
|