1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-13 17:34:07 +02:00
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);
});