Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created December 6, 2011 21:47
Show Gist options
  • Save springmeyer/1440158 to your computer and use it in GitHub Desktop.
Save springmeyer/1440158 to your computer and use it in GitHub Desktop.
~/projects/tilemill[master]$ npm test
> tilemill@0.7.0 test /Users/dane/projects/tilemill
> expresso
Creating export dir /Users/dane/projects/tilemill/test/fixtures/files/export
Creating data dir /Users/dane/projects/tilemill/test/fixtures/files/data
Started [Server Core:8889].
Initialized test fixture
abilities.test.js test abilities endpoint: AssertionError: {"mbtiles":true,"png":true,"pdf":false,"svg":false} deepEqual {"mbtiles":true,"png":true,"pdf":true,"svg":true}
at /Users/dane/projects/tilemill/test/abilities.test.js:26:24
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/expresso/bin/expresso:524:21)
at IncomingMessage.emit (events.js:81:20)
at HTTPParser.onMessageComplete (http.js:133:23)
at Socket.ondata (http.js:1231:22)
at Socket._onReadable (net.js:677:27)
at IOWatcher.onReadable [as callback] (net.js:177:10)
uncaught undefined: TypeError: Object #<Test> has no method 'callback'
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/expresso/bin/expresso:530:26)
at IncomingMessage.emit (events.js:81:20)
at HTTPParser.onMessageComplete (http.js:133:23)
at Socket.ondata (http.js:1231:22)
at Socket._onReadable (net.js:677:27)
at IOWatcher.onReadable [as callback] (net.js:177:10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment