contract-tests-example Build Status

How to run?

npm i
npm test

How to run tests for Job Service ?

cd packages/job-service
node src/index.js &         # server must be running to verify provider
npm run test:provider