pact-foundation / jest-pact

A Pact adaptor for to allow you to easily run tests with Jest
https://pact.io
MIT License
81 stars 12 forks source link

Support newer jest versions #196

Closed pascalbe-dev closed 4 years ago

pascalbe-dev commented 4 years ago

Currently, installing jest-pact with a newer jest version, like 25.2 ... displays peer dependency warnings. Is there a reason, why newer versions of jest are not supported? I have not seen any issues when running jest-pact with jest 25.2.3.

TimothyJones commented 4 years ago

Thanks for the report! I've significantly widened the peer dependency requirement in v0.8.0, which is being released today.