unexpected-messy
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -333,11 +333,9 @@ var messy = require('messy'), | ||
}); | ||
if (flags.exhaustively) { | ||
// All the headers remaining in remainingExpectedHeaders are missing: | ||
remainingExpectedHeaders.getNames().forEach(function (headerName) { | ||
remainingExpectedHeaders.getAll(headerName).forEach(function (headerValue) { | ||
output.error('// missing '); | ||
outputHeader(headerName, headerValue).nl(); | ||
}); | ||
// All the headers remaining in remainingExpectedHeaders are missing: | ||
remainingExpectedHeaders.getNames().forEach(function (headerName) { | ||
remainingExpectedHeaders.getAll(headerName).forEach(function (headerValue) { | ||
outputHeader(headerName, headerValue); | ||
output.sp().error('// missing '); | ||
}); | ||
} | ||
}); | ||
return { | ||
@@ -344,0 +342,0 @@ diff: output |
{ | ||
"name": "unexpected-messy", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "Unexpected plugin for the messy library", | ||
@@ -5,0 +5,0 @@ "main": "lib/unexpectedMessy.js", |
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
107249
2021