Created
February 6, 2015 00:30
-
-
Save othiym23/bce17837b37d645d5e9a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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