Skip to content

Commit

Permalink
Upgrade jest and ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed May 28, 2021
1 parent 9d57d9a commit bcd8921
Show file tree
Hide file tree
Showing 3 changed files with 924 additions and 1,721 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ['/node_modules/', '/dist/'],
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"eslint-plugin-prettier": "^3.3.1",
"io-ts": "^2.2.13",
"io-ts-types": "^0.5.12",
"jest": "^26.6.3",
"jest": "^27.0.1",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"ts-jest": "^27.0.1",
"typera-express": "^2.4.0"
}
}
Loading

0 comments on commit bcd8921

Please sign in to comment.