mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 15:26:46 +02:00
Update test desc.
This commit is contained in:
@@ -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._);
|
||||
|
Reference in New Issue
Block a user