mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-01 07:48:20 -04:00
Update test desc.
This commit is contained in:
parent
063049ec8e
commit
6c7e3e8c5d
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ describe('premisses', function () {
|
|||
assert.strictEqual(document, window.document);
|
||||
});
|
||||
|
||||
it('jQuery and $ are global objects', function () {
|
||||
it('jQuery and $ are global functions', function () {
|
||||
|
||||
assert.isFunction(jQuery);
|
||||
assert.strictEqual(jQuery, window.jQuery);
|
||||
|
@ -25,7 +25,7 @@ describe('premisses', function () {
|
|||
assert.strictEqual($, window.$);
|
||||
});
|
||||
|
||||
it('_ is global object', function () {
|
||||
it('_ is global function', function () {
|
||||
|
||||
assert.isFunction(_);
|
||||
assert.strictEqual(_, window._);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue