Skip to content

Commit

Permalink
Resolve conflicts with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
leungkinghin-ct committed Mar 12, 2024
1 parent 9a59101 commit 00a4c26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions processor/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ module.exports = {
testEnvironment: 'node',
setupFiles: ['./src/jest.setup.ts'],
roots: ['./test'],
collectCoverageFrom: [
"src/**/*.ts*"
]
};
2 changes: 1 addition & 1 deletion processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "payment-integration-adyen",
"version": "0.0.5",
"version": "1.0.2",
"description": "Payment integration with Adyen",
"main": "dist/server.js",
"scripts": {
Expand Down

0 comments on commit 00a4c26

Please sign in to comment.