mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -04:00
Minor.
This commit is contained in:
parent
3fe1b2d6f8
commit
c486962ff8
2 changed files with 16 additions and 19 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue