agreed-client
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -14,3 +14,3 @@ 'use strict'; | ||
const url = `${opts.scheme}://${opts.host}:${opts.port}${agree.request.path}`; | ||
if (isEmpty(diff) && isEmpty(schemaErrors)) { | ||
if ((isEmpty(diff) || isEmpty(diff.diff)) && isEmpty(schemaErrors)) { | ||
console.log(`${colo.bold.green('✔ pass!')} ${agree.request.method} ${url}`); | ||
@@ -17,0 +17,0 @@ } else { |
{ | ||
"name": "agreed-client", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "agreed client, testing utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6695