mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-13 17:34:07 +02:00
Fix tests.
This commit is contained in:
@@ -40,8 +40,8 @@ describe('premisses', function () {
|
||||
|
||||
it('uniq is global object', function () {
|
||||
|
||||
assert.isPlainObject(util);
|
||||
assert.strictEqual(util, window.util);
|
||||
assert.isPlainObject(uniq);
|
||||
assert.strictEqual(uniq, window.uniq);
|
||||
});
|
||||
|
||||
it('assert.isPlainObject() works', function () {
|
||||
|
Reference in New Issue
Block a user