mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-30 00:10:05 +02:00
Update tests.
This commit is contained in:
@@ -8,14 +8,3 @@ test('window is global object', () => {
|
||||
test('document is global object', () => {
|
||||
assert.equal(typeof global.document, 'object');
|
||||
});
|
||||
|
||||
test('jQuery and $ are global functions', () => {
|
||||
assert.equal(typeof global.jQuery, 'function');
|
||||
assert.equal(global.jQuery.fn.jquery, '2.2.4');
|
||||
assert.equal(global.jQuery, global.$);
|
||||
});
|
||||
|
||||
test('_ is global function', () => {
|
||||
assert.equal(typeof global._, 'function');
|
||||
assert.equal(global._.VERSION, '4.13.1');
|
||||
});
|
||||
|
Reference in New Issue
Block a user