mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-15 10:24:01 +02:00
Update deps.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
const {test, assert} = require('scar');
|
||||
|
||||
test('window is global object', () => {
|
||||
assert.equal(typeof global, 'object');
|
||||
assert.equal(global, global.window);
|
||||
});
|
||||
|
||||
test('document is global object', () => {
|
||||
assert.equal(typeof global.document, 'object');
|
||||
assert.ok(global.window);
|
||||
assert.equal(global.window, global.window.window);
|
||||
});
|
||||
|
Reference in New Issue
Block a user