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

fix(options): remove PactOptions redefinition, introduce JestPactOptions #188

Closed TimothyJones closed 4 years ago

TimothyJones commented 4 years ago

BREAKING CHANGE

To avoid needing to modify PactOptions every time it changes, we now union it with the extra options in a type called JestPactOptions

TimothyJones commented 4 years ago

I think because we're below version 1, standard won't bump the major version when we make breaking changes. But I also think we should move to version 1 soon.