add dependencies and update tests

This commit is contained in:
Yemel Jardi 2014-12-11 14:01:06 -03:00 committed by Braydon Fuller
parent d774b520a6
commit ce862bb60d

View File

@ -49,7 +49,8 @@ describe('Peer', function() {
peer.port.should.equal(8111);
});
it('should be able to set a proxy', function() {
// only for node TODO: (yemel)
it.skip('should be able to set a proxy', function() {
var peer, peer2, socket;
peer = new Peer('localhost');