Clean code.
This commit is contained in:
parent
c73bc83f7d
commit
34525afe56
2 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@ describe('unit tests', function () {
|
|||
// @include "tests/unit/premisses.js"
|
||||
// @include "tests/unit/modulejs.js"
|
||||
// @include "tests/unit/libs.js"
|
||||
// @include "tests/unit/config.js"
|
||||
// @include "tests/unit/boot.js"
|
||||
// @include "tests/unit/config.js"
|
||||
// @include "tests/unit/*/*.js"
|
||||
});
|
||||
|
||||
|
|
|
@ -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
Reference in a new issue