Skip to content

Commit

Permalink
Update ts-jest to latest versions (actions#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
konradpabjan authored Apr 27, 2020
1 parent 7257597 commit 1e88dec
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 19 deletions.
92 changes: 75 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest-circus": "^24.7.1",
"lerna": "^3.18.4",
"prettier": "^1.19.1",
"ts-jest": "^24.0.2",
"ts-jest": "^25.4.0",
"typescript": "^3.7.4"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"exclude": [
"node_modules",
"**/*.test.ts"
"**/*.test.ts",
"**/__mocks__/*"
]
}

0 comments on commit 1e88dec

Please sign in to comment.