Skip to content

Commit

Permalink
Update jest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hschlichter authored May 8, 2018
1 parent e686cf2 commit 8906b38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions jest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"transformIgnorePatterns": [
"node_modules/(?!@dowit)/"
],
"testRegex": "./tests/.*\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
Expand All @@ -14,4 +11,4 @@
"collectCoverageFrom": [
"src/*.ts"
]
}
}

0 comments on commit 8906b38

Please sign in to comment.