DiUS / pact-consumer-js-dsl

*DEPRECATED* A Javascript DSL for creating pacts, superceded by Pact JS
https://github.com/pact-foundation/pact-js
Other
56 stars 26 forks source link

Is using Jasmine a requirement? #35

Closed moroshko closed 9 years ago

moroshko commented 9 years ago

In the docs you say:

Answer jasmine for testing framework...

Is that possible to use mocha or any other framework?

bethesque commented 9 years ago

We haven't tried! I can't think of a reason it shouldn't work, we tried very hard to make it not jasmine specific (though we did start just making it work with Jasmine, so that comment is probably just left over).

moroshko commented 9 years ago

@bethesque Thanks for the quick answer! I'll try and let you know :)

moroshko commented 9 years ago

Things look ok with mocha :)