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