senecajs / seneca-transport

Seneca micro-services message transport over TCP and HTTP.
MIT License
63 stars 45 forks source link

Tests are red on Windows #42

Closed piccoloaiutante closed 8 years ago

piccoloaiutante commented 8 years ago

running:

./node_modules/.bin/mocha test/*.test.js --timeout 3000

gives an output with few broken tests while the same command on mac gives all green lights.

https://trello.com/c/gE28GVzi/117-seneca-trasport-tests-are-red-on-windows

rjrodger commented 8 years ago

possibly due to #37 ?

geek commented 8 years ago

Fixed by moving to lab and removing test script

piccoloaiutante commented 8 years ago

:+1: