mirror of
https://github.com/danbulant/node-x11
synced 2026-06-17 13:41:11 +00:00
simple test to trigger travis
This commit is contained in:
parent
0fd0e4485a
commit
01b6d9778c
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ describe("Client", function() {
|
|||
it("calls first createClient parameter with display object", function(done) {
|
||||
var client = x11.createClient(function(display) {
|
||||
should.exist(display);
|
||||
should.exist(display.screen);
|
||||
should.exist(display.screen[0]);
|
||||
should.exist(display.screen[0].root);
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue