mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Clean code.
This commit is contained in:
parent
c73bc83f7d
commit
34525afe56
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue