Skip to content

Instantly share code, notes, and snippets.

@othiym23
Created February 6, 2015 00:30
Show Gist options
  • Save othiym23/bce17837b37d645d5e9a to your computer and use it in GitHub Desktop.
Save othiym23/bce17837b37d645d5e9a to your computer and use it in GitHub Desktop.
% node test/tap/update-index.js
TAP version 13
# setup basic
ok 1 no error
# request basic
ok 2 no error
# cleanup basic
# setup auth
ok 3 no error
/Users/ogd/Documents/projects/npm/npm/node_modules/npm-registry-mock/node_modules/hock/lib/hock.js:385
throw new Error('No Match For: ' + req.method + ' ' + req.url);
^
Error: No Match For: GET /-/all
at IncomingMessage.<anonymous> (/Users/ogd/Documents/projects/npm/npm/node_modules/npm-registry-mock/node_modules/hock/lib/hock.js:385:17)
at IncomingMessage.emit (events.js:94:17)
at _stream_readable.js:888:16
at process._tickCallback (node.js:337:11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment