From bdaaf7d7297a64d742daf184692fac0f1ff5c554 Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Thu, 31 May 2012 13:46:23 +1000 Subject: [PATCH] simple test to trigger travis --- test/connect.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/connect.js b/test/connect.js index 8fb1882..0b48544 100644 --- a/test/connect.js +++ b/test/connect.js @@ -16,6 +16,7 @@ describe("Client", function() { should.exist(display.screen); should.exist(display.screen[0]); should.exist(display.screen[0].root); + should.exist(display.major); done(); }); });