unexpected
Advanced tools
Comparing version 10.11.0 to 10.11.1
@@ -15,2 +15,5 @@ var createStandardErrorMessage = require('./createStandardErrorMessage'); | ||
function findSuffixAssertions(assertionString, assertions) { | ||
if (typeof assertionString !== 'string') { | ||
return null; | ||
} | ||
if (assertions[assertionString]) { | ||
@@ -17,0 +20,0 @@ return assertions[assertionString]; |
{ | ||
"name": "unexpected", | ||
"version": "10.11.0", | ||
"version": "10.11.1", | ||
"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
745979
18815