/jest-pact-sandbox

Primary LanguageTypeScriptMIT LicenseMIT

jest-pact-sandbox

How to test

$ cd consumer
$ npm i
$ npm run test
$ cd ../provider
$ npm i
$ npm run test