mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-13 17:34:07 +02:00
Minor.
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user