http-mockserver
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "http-mockserver", | ||
"description": "Testing made easy with mocked http servers", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -33,3 +33,3 @@ const uuid = require('uuid/v4'); | ||
headers: res._headers, | ||
body: args[0].toString('utf8') | ||
body: _.toString(args[0]) | ||
}; | ||
@@ -36,0 +36,0 @@ |
16596