unexpected-http
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -11,4 +11,7 @@ /*global window, setTimeout, clearTimeout, Uint8Array*/ | ||
expect | ||
.installPlugin(require('unexpected-messy')) | ||
.addAssertion('<string|object> to yield response <any>', function (expect, subject, value) { | ||
.use(require('unexpected-messy')) | ||
.addAssertion([ | ||
'<string|object> to yield response <any>', | ||
'<string|object> to yield response satisfying <any>' | ||
], function (expect, subject, value) { | ||
var that = this; | ||
@@ -15,0 +18,0 @@ var context = {}, |
{ | ||
"name": "unexpected-http", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Unexpected plugin for testing http servers", | ||
@@ -5,0 +5,0 @@ "main": "lib/unexpectedHttp.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
1204967
27201