diff --git a/test/test.js b/test/test.js index 3eff6d8..35776a3 100644 --- a/test/test.js +++ b/test/test.js @@ -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,