unexpected
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -952,5 +952,5 @@ (function () { | ||
this.obj.hasOwnProperty(property) && | ||
this.obj[property] === properties[property]); | ||
this.equal(this.obj[property], properties[property])); | ||
} else { | ||
this.assert(this.obj && this.obj[property] === properties[property]); | ||
this.assert(this.obj && this.equal(this.obj[property], properties[property])); | ||
} | ||
@@ -957,0 +957,0 @@ }, this); |
{ | ||
"name": "unexpected", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
256115