thunk-test
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -339,9 +339,9 @@ const noop = function () {} | ||
if (!isDeepEqual(expect, actual)) { | ||
log('expect', expect) | ||
log('actual', actual) | ||
log('expect', inspect(expect)) | ||
log('actual', inspect(actual)) | ||
throw AssertionError('not deep equal') | ||
} | ||
} else if (expect !== actual) { | ||
log('expect', expect) | ||
log('actual', actual) | ||
log('expect', inspect(expect)) | ||
log('actual', inspect(actual)) | ||
throw AssertionError('not strict equal') | ||
@@ -348,0 +348,0 @@ } |
{ | ||
"name": "thunk-test", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Modular testing for JavaScript", | ||
@@ -5,0 +5,0 @@ "author": "Richard Tong", |
44900