unexpected-messy
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -418,5 +418,2 @@ var messy = require('messy'), | ||
} else { | ||
if (typeof expectedValue !== 'object') { | ||
expectedValue = String(expectedValue); | ||
} | ||
expect(subjectHeaderValue, 'to satisfy', expectedHeaderValue); | ||
@@ -423,0 +420,0 @@ remainingExpectedHeaders.remove(headerName, 0); |
{ | ||
"name": "unexpected-messy", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Unexpected plugin for the messy library", | ||
@@ -5,0 +5,0 @@ "main": "lib/unexpectedMessy.js", |
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
122149