Fix spec for phantomjs
This commit is contained in:
parent
ad381207a9
commit
b0328ab72d
@ -26,6 +26,6 @@ describe('u.withDefault', () => {
|
||||
});
|
||||
|
||||
it('freezes the result', () => {
|
||||
expect(Object.isFrozen(u.withDefault({}, 'a')(undefined))).to.be.true;
|
||||
expect(Object.isFrozen(u.withDefault({}, { a: 1 })(undefined))).to.be.true;
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user