Skip to content

Commit

Permalink
fix: removed tsx and transform in jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
osher-sade committed Jan 31, 2019
1 parent 932b74b commit c91fb78
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ module.exports = {
testEnvironment: 'node',
moduleFileExtensions: [
"ts",
"tsx",
"js",
],
transform: {
"^.+\\.(ts|tsx)$": "ts-jest"
},
testMatch: [
"**/*.test.ts"
],
Expand Down

0 comments on commit c91fb78

Please sign in to comment.