Skip to content

Commit

Permalink
chore: update pact cli invocation usage to @pact-foundation/pact-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 12, 2024
1 parent df2a321 commit 4ea9384
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 21 deletions.
1 change: 0 additions & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"bail": true,
"require": [
"ts-node/register",
"./test/helper.ts",
"source-map-support/register"
],
"fullTrace": true,
Expand Down
1 change: 1 addition & 0 deletions examples/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "file:../../dist",
"@pact-foundation/pact-cli": "^15.0.1",
"body-parser": "^1.20.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
Expand Down
1 change: 1 addition & 0 deletions examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"license": "MIT",
"devDependencies": {
"@pact-foundation/pact": "file:../../dist",
"@pact-foundation/pact-cli": "^15.0.1",
"@types/chai": "^4.3.8",
"@types/chai-as-promised": "7.1.6",
"@types/mocha": "^10.0.2",
Expand Down
1 change: 1 addition & 0 deletions examples/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"devDependencies": {
"absolute-version": "1.0.2",
"@pact-foundation/pact": "file:../../dist",
"@pact-foundation/pact-cli": "^15.0.1",
"axios": "^1.6.5",
"jest": "^29.7.0",
"jest-pact": "^0.11.0",
Expand Down
1 change: 1 addition & 0 deletions examples/messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "file:../../dist",
"@pact-foundation/pact-cli": "^15.0.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.11",
"axios": "^1.6.5",
Expand Down
1 change: 1 addition & 0 deletions examples/serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "file:../../dist",
"@pact-foundation/pact-cli": "^15.0.1",
"aws-sdk": "^2.1354.0",
"chai": "^4.3.6",
"lodash": "^4.17.21",
Expand Down
6 changes: 0 additions & 6 deletions examples/typescript/test/helper.ts

This file was deleted.

1 change: 0 additions & 1 deletion examples/typescript/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
--bail
--require ts-node/register
--require ./test/helper.ts
--require source-map-support/register
--full-trace
--reporter spec
Expand Down
1 change: 1 addition & 0 deletions examples/v3/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"devDependencies": {
"absolute-version": "1.0.1",
"@pact-foundation/pact": "file:../../../dist",
"@pact-foundation/pact-cli": "^15.0.1",
"body-parser": "^1.20.0",
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
Expand Down
6 changes: 0 additions & 6 deletions examples/v3/run-specific-verifications/test/helper.ts

This file was deleted.

1 change: 0 additions & 1 deletion examples/v3/run-specific-verifications/test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
--bail
--require ts-node/register
--require ./test/helper.ts
--require source-map-support/register
--full-trace
--reporter spec
Expand Down
6 changes: 0 additions & 6 deletions test/helper.ts

This file was deleted.

0 comments on commit 4ea9384

Please sign in to comment.