This commit is contained in:
Lars Jung 2016-07-23 11:18:18 +02:00
parent 3fe1b2d6f8
commit c486962ff8
2 changed files with 16 additions and 19 deletions

View file

@ -3,4 +3,5 @@ const {test, assert} = require('scar');
test('window is global object', () => {
assert.ok(global.window);
assert.equal(global.window, global.window.window);
assert.ok(global.window.document);
});