UNPKG

rivet

Version:

Suite of utilities for working with the Rivet consumer-driven API contacts testing model.

10 lines (8 loc) 225 B
steps: - label: ":npm: Install dependencies" command: - npm install - (cd example/consumer/ && npm install) - (cd example/producer/ && npm install) - label: ":jest: Run Tests" command: npm test