Fix tests.
This commit is contained in:
parent
787eae7a80
commit
063049ec8e
@ -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…
x
Reference in New Issue
Block a user