You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varmap=newMap({x: 1,y: 2});varobj={x: 1,y: 2};it('should fail using `not` given an inexisting key',function(){expect(function(){expect(map).to.not.have.key('x');}).to.throw(Error);expect(function(){expect(obj).to.not.have.key('x');}).to.throw(Error);});
The text was updated successfully, but these errors were encountered:
The following test fails (see this build):
The text was updated successfully, but these errors were encountered: