mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
simple test to trigger travis
This commit is contained in:
parent
1a794c8b22
commit
bdaaf7d729
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ describe("Client", function() {
|
||||||
should.exist(display.screen);
|
should.exist(display.screen);
|
||||||
should.exist(display.screen[0]);
|
should.exist(display.screen[0]);
|
||||||
should.exist(display.screen[0].root);
|
should.exist(display.screen[0].root);
|
||||||
|
should.exist(display.major);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue