Skip to content

Commit

Permalink
Add jest.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-cichocki committed Feb 24, 2024
1 parent 9640379 commit 97bbb9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
// Timeout of 30 seconds
testTimeout: 30000,
};
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
"ts-node": "^10.7.0",
"typescript": "^4.4.2"
},
"jest": {
"testTimeout": 20000
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
Expand Down

0 comments on commit 97bbb9b

Please sign in to comment.