mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-15 02:14:06 +02:00
Clean code.
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
describe('modulejs', function () {
|
||||
|
||||
it('is global', function () {
|
||||
it('is global object', function () {
|
||||
|
||||
assert.isObject(modulejs);
|
||||
assert.isPlainObject(modulejs);
|
||||
assert.strictEqual(modulejs, window.modulejs);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user