mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-05 09:23:40 -04:00
Update.
This commit is contained in:
parent
cb5c197994
commit
594653a753
2 changed files with 61 additions and 55 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue