add dependencies and update tests
This commit is contained in:
parent
d774b520a6
commit
ce862bb60d
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user