Skip to content

Commit

Permalink
FEAT : Integration tests completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuhair2002 committed May 20, 2024
1 parent 37276c4 commit 6e15619
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 309 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ module.exports = {
transform: {
"^.+\\.(ts|tsx)$": "ts-jest",
},
setupFiles: ["dotenv/config"],
};
13 changes: 13 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"nock": "^13.5.4",
"ts-jest": "^29.1.2",
Expand Down
Loading

0 comments on commit 6e15619

Please sign in to comment.