Skip to content

Commit

Permalink
Merge pull request #3 from contentstack/2-integration-tests
Browse files Browse the repository at this point in the history
2 integration tests
  • Loading branch information
praveen-mohan-cs authored May 21, 2024
2 parents 37276c4 + 6e15619 commit 42fcbeb
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 42fcbeb

Please sign in to comment.