:wave: Hello, team! Nice to meet you all! I’ve st...
# pact-js
a
👋 Hello, team! Nice to meet you all! I’ve stumble upon the nestjs pact examples (https://github.com/pact-foundation/pact-js/tree/master/examples/nestjs-consumer) and I’ve noticed that the official package for nestjs and pact tests (https://www.npmjs.com/package/nestjs-pact) is installed but not used at all in those examples Also, from the official nest-pact readme, when we follow the example link (https://www.npmjs.com/package/nestjs-pact#example) we don’t find what we’re looking for, which is examples of the nestjs-pact library been used. I’ve created the examples locally for how to use correctly the nestjs-pact library and I’m ready to open a PR/MR, can somebody allow me to push a branch so I can raise it? Many thanks!
🙌 1
👋 1
m
Thanks so much for the offer, it's much appreciated!
The best way is to push to your own public fork, and then raise a pull request against out repo
This way we don't need to grant you write permissions
t
The nest-js consumer examples don't have it because it's not necessary- the additional wrapper is only useful for provider testing
The package should be removed from the consumer example- good catch
👍 1