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) {
wrap.on('line',function(line){
console.log(line);
});
wrap.startServer({
motd: 'test1234',
'max-players': 120,