add coverage, skip failing tests

This commit is contained in:
Manuel Araoz 2014-06-09 11:19:38 -03:00
commit 84b3752a58
5 changed files with 118 additions and 5 deletions

View file

@ -41,5 +41,8 @@ Network.prototype.connectToCopayers = function(cps) {
Network.prototype.isOnline = function() {
return true;
};
Network.prototype.peerFromCopayer = function(copayerId) {
return copayerId;
};
module.exports = require('soop')(Network);