Skip to content

Commit a05d83f

Browse files
committed
fixing build
1 parent 59c06ab commit a05d83f

File tree

5 files changed

+1250
-1175
lines changed

5 files changed

+1250
-1175
lines changed

api/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@
6363
"ts"
6464
],
6565
"rootDir": ".",
66-
"testMatch": ["**/?(*.)+(spec).ts"],
66+
"testMatch": [
67+
"**/?(*.)+(spec).ts"
68+
],
6769
"transform": {
6870
"^.+\\.(t|j)s$": "ts-jest"
6971
},

package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

webapp/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@eslint/eslintrc": "3",
25+
"@pact-foundation/pact": "13.2.0",
26+
"@pact-foundation/pact-node": "10.18.0",
2527
"@testing-library/dom": "10.4.0",
2628
"@testing-library/jest-dom": "6.1.5",
2729
"@testing-library/react": "14.1.2",

0 commit comments

Comments
 (0)