englercj / node-esl

FreeSWITCH ESL implementation for Node.js; implements the full Event Socket Library specified in: http://wiki.freeswitch.org/wiki/Esl
http://englercj.github.com/node-esl/
MIT License
170 stars 111 forks source link

npm test fails #18

Closed NodeGuy closed 10 years ago

NodeGuy commented 11 years ago
$ npm test

> modesl@0.0.9 test node_modules/node-esl
> vows --spec

  ♢ esl.Connection 

✗ Errored » 1 errored

npm ERR! weird error 1
npm ERR! not ok code 0

Tested against master (8693ba2e7ce7652de7fe0a24c5de2ac927d0d6a6).

englercj commented 10 years ago

I saw this too, need to look into why I am getting port-in-use errors...

englercj commented 10 years ago

Fixed up the tests, and refactored to mocha+chai. They should run fine now (with extra coverage stats as well).