Advertisement
Guest User

Untitled

a guest
Apr 30th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. 😉 yorick at yorick-laptop in ~/projects/doc
  2. $ cat > test_test.js
  3. var test = require('testling')
  4. test(function(t) {
  5. t.createWindow({url: "./tests/docTests.html"}, function(win, $) { t.end() })})
  6.  
  7. 😉 yorick at yorick-laptop in ~/projects/doc
  8. $ testling test_test.js
  9. The "sys" module is now called "util". It should have a similar interface.
  10. node/jsdom 0/0 0 % ok
  11. node.js:201
  12. throw e; // process.nextTick error, or 'error' event on first tick
  13. ^
  14. Error: connect ECONNREFUSED
  15. at errnoException (net.js:670:11)
  16. at Object.afterConnect [as oncomplete] (net.js:661:19)
  17.  
  18. 😉 yorick at yorick-laptop in ~/projects/doc
  19. $ node -v
  20. v0.6.15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement