Skip to content

Commit

Permalink
chore: example - remove unused mocha-pact dep
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 10, 2023
1 parent 9193c2a commit 3de2bdc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
3 changes: 2 additions & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ and the Jest [example](https://github.com/pact-foundation/pact-js/blob/master/ex

## Usage with Mocha

Consider the use of the `mocha-pact` [package](https://www.npmjs.com/package/mocha-pact)
See [`./examples/mocha`](https://github.com/pact-foundation/pact-js/blob/master/examples/mocha/)
<!-- Consider the use of the `mocha-pact` [package](https://www.npmjs.com/package/mocha-pact) -->

## Usage with Angular

Expand Down
23 changes: 3 additions & 20 deletions examples/mocha/package-lock.json

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

1 change: 0 additions & 1 deletion examples/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"axios": "^0.27.2",
"chai": "^4.3.6",
"mocha": "^9.2.2",
"mocha-pact": "^0.10.1",
"rimraf": "^3.0.2"
}
}

0 comments on commit 3de2bdc

Please sign in to comment.