1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-13 17:34:07 +02:00

Fix tests.

This commit is contained in:
Lars Jung
2015-06-14 15:32:01 +02:00
parent 787eae7a80
commit 063049ec8e

View File

@@ -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 () {