👋 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
Matt (pactflow.io / pact-js / pact-go)
09/16/2022, 11:42 AM
Thanks so much for the offer, it's much appreciated!
Matt (pactflow.io / pact-js / pact-go)
09/16/2022, 11:42 AM
The best way is to push to your own public fork, and then raise a pull request against out repo
Matt (pactflow.io / pact-js / pact-go)
09/16/2022, 11:44 AM
This way we don't need to grant you write permissions
t
Timothy Jones
09/16/2022, 10:51 PM
The nest-js consumer examples don't have it because it's not necessary- the additional wrapper is only useful for provider testing
Timothy Jones
09/16/2022, 10:53 PM
The package should be removed from the consumer example- good catch