mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-23 22:13:02 +02:00
Update.
This commit is contained in:
@@ -9,6 +9,12 @@ describe('premisses', function () {
|
||||
assert.strictEqual(window, window.window);
|
||||
});
|
||||
|
||||
it('document is global object', function () {
|
||||
|
||||
assert.isObject(document);
|
||||
assert.strictEqual(document, window.document);
|
||||
});
|
||||
|
||||
it('jQuery and $ are global objects', function () {
|
||||
|
||||
assert.isFunction(jQuery);
|
||||
|
Reference in New Issue
Block a user