This commit is contained in:
Romain Beaumont 2015-09-19 22:45:39 +02:00
parent 3a7fad0f2d
commit 7a0dd6b8cf

View File

@ -222,6 +222,9 @@ describe("client", function() {
}); });
}); });
it("pings the server", function(done) { it("pings the server", function(done) {
wrap.on('line',function(line){
console.log(line);
});
wrap.startServer({ wrap.startServer({
motd: 'test1234', motd: 'test1234',
'max-players': 120, 'max-players': 120,