UNPKG

rest-in-contract

Version:

Rest API Contract. This module is the Contract Server nodejs module for `rest-in-contract` project.

8 lines 150 B
language: node_js node_js: - "7.10.0" - "8" install: npm install before_script: npm install -g mocha script: mocha after_success: npm run coverage