pact-foundation / jest-pact

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

Jest 27 support #203

Closed Lakitna closed 3 years ago

Lakitna commented 3 years ago

Because of the peer dependencies, jest-pact can't be used with jest@27.

In my project, this leads to a dependency conflict with @angular-builders/jest@12.

It would be great if jest-pact supports jest@27 :)

TimothyJones commented 3 years ago

I can take a look at this next week- in the meantime, happy to take a PR if you’re able to check the breaking changes and see if there’s anything that affects jest-pact (there usually isn’t)

Sent from my mobile

On 11 Jun 2021, at 6:27 pm, Sander van Beek @.***> wrote:

 Because of the peer dependencies, jest-pact can't be used with @.***

In my project, this leads to a dependency conflict with @@.***

It would be great if jest-pact supports @.*** :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

TimothyJones commented 3 years ago

Thanks for the report. I'm now releasing 0.9.1 which has jest 27 in the peer deps :+1: