Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 447 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 447 Bytes

#Better Testing of Microservices Using Consumer-Driven Contracts in Node.js

Accompanying blog post here

Installation

Clone repository and run

npm install

Usage

Run consumer-side tests

mocha app/client/spec/PostServiceClient.spec.js

Run provider-side tests

node app/service/spec/PostService.spec.js