mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 06:25:18 -04:00
Fix tests.
This commit is contained in:
parent
787eae7a80
commit
063049ec8e
1 changed files with 2 additions and 2 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue