whiskers75 / soontm

Soon(tm), a welcome break from node-irc.
7 stars 2 forks source link

Tests shouldn't try to connect to a server #22

Open ghost opened 10 years ago

ghost commented 10 years ago

Once in a blue moon, an error like this will appear, because the tests are trying to connect to test.net:

  1) should send corrent AUTHENTICATE command when receiving 'AUTHENTICATE +'

  27 passing (14ms)
  1 failing

  1)  should send corrent AUTHENTICATE command when receiving 'AUTHENTICATE +':
     Uncaught Error: connect ECONNREFUSED
      at errnoException (net.js:904:11)
      at Object.afterConnect [as oncomplete] (net.js:895:19)