change jest config

pull/3885/head
afc163 8 years ago
parent 449db1499b
commit ee8ac670b9

@ -162,7 +162,9 @@
"testPathIgnorePatterns": [
"/node_modules/"
],
"scriptPreprocessor": "node_modules/typescript-babel-jest",
"transform": {
".*": "node_modules/typescript-babel-jest"
},
"testRegex": "(/tests/.*|\\.(test|spec))\\.(js)$"
},
"pre-commit": [

Loading…
Cancel
Save