hammock-request

v2.1.0
Make requests use the hammock HTTP mocks

test

npm run jshint -s && npm run cover -s

unit-test

node test/index.js | tap-spec

jshint

lint-trap .

cover

istanbul cover --report html --print detail -- test/index.js && npm run check-cover -s

check-cover

istanbul check-coverage --branches=100 --lines=100 --functions=100

view-cover

opn ./coverage/index.html

travis

npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)
npm i hammock-request

Metadata

Downloads

Maintainers