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

jest-pact depends on Jasmine #201

Closed brendan-donegan closed 3 years ago

brendan-donegan commented 3 years ago

I'm attempting to upgrade our repo to use jest-circus, but when I do so I get the following error in our packages containing Pact tests:

ReferenceError: jasmine is not defined

  at ../../../node_modules/jest-pact/index.js:40:17

Presumably jest-pact has some kind of dependency on jasmine - I'm wondering if it's critical or can it be removed?

TimothyJones commented 3 years ago

Which version of jest-pact are you using? I believe this is fixed since 0.8.1 was released.

brendan-donegan commented 3 years ago

@TimothyJones that's correct - I realised this after diving into the code on master :)

TimothyJones commented 3 years ago

Haha! No worries. Glad it's fixed 👍