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

Where ProviderClient and MockService are defined? #36

Closed moroshko closed 9 years ago

moroshko commented 9 years ago

Docs have the following snippet:

beforeEach(function() {
    client = new ProviderClient('http://localhost:1234');
    helloProvider = MockService.create({
bethesque commented 9 years ago

https://github.com/DiUS/pact-consumer-js-dsl/commit/01114d6849ec25d39e68354f20fa5b5b2e5f0f52

bethesque commented 9 years ago

Please see amended README.

moroshko commented 9 years ago

Thanks for the quick response!