agreed-client
Advanced tools
Comparing version 0.4.3 to 0.5.0
@@ -10,2 +10,3 @@ 'use strict'; | ||
const agree = agrees[i]; | ||
const body = result.body; | ||
const diff = result.diff; | ||
@@ -19,2 +20,3 @@ const schemaErrors = result.schemaErrors; | ||
console.log(`${colo.bold.red('✗ fail!')} ${agree.request.method} ${url}`); | ||
body && console.log(`${colo.green('body: ')}`, body); | ||
reason.diff(result); | ||
@@ -21,0 +23,0 @@ reason.schemaErrors(schemaErrors); |
{ | ||
"name": "agreed-client", | ||
"version": "0.4.3", | ||
"version": "0.5.0", | ||
"description": "agreed client, testing utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6784
150