Skip to content

Commit

Permalink
Update jest, ts-jest and remove @types/jest
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeu committed Jan 15, 2021
1 parent 1c7562c commit a51385a
Show file tree
Hide file tree
Showing 2 changed files with 1,656 additions and 1,088 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"jest": {
"preset": "ts-jest",
"collectCoverage": true,
"testMatch": ["**/__tests__/**/*.test.ts"],
"collectCoverageFrom": [
"**/*.ts"
]
Expand All @@ -54,13 +55,12 @@
"homepage": "https://mihaeu.github.io/cosmere/",
"devDependencies": {
"@types/inquirer": "^6.5.0",
"@types/jest": "^24.0.23",
"@types/marked": "^0.7.1",
"@types/node": "^12.12.7",
"@types/signale": "^1.2.1",
"jest": "^24.9.0",
"jest": "^26.6.3",
"prettier": "^1.19.1",
"ts-jest": "^24.1.0",
"ts-jest": "^26.4.4",
"typescript": "^3.7.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit a51385a

Please sign in to comment.