unexpected
Advanced tools
Comparing version 10.15.0 to 10.15.1
@@ -52,3 +52,3 @@ var AssertionString = require('./AssertionString'); | ||
} | ||
} else if (options.compactSubject && (subjectSize.height > 1 || subjectSize.width > (options.compactWidth || 35))) { | ||
} else if (options.compact && options.compactSubject && (subjectSize.height > 1 || subjectSize.width > (options.compactWidth || 35))) { | ||
output.error('expected').sp(); | ||
@@ -55,0 +55,0 @@ options.compactSubject.call(output, output); |
{ | ||
"name": "unexpected", | ||
"version": "10.15.0", | ||
"version": "10.15.1", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"bundle-collapser": "1.1.0", | ||
"chewbacca": "1.9.0", | ||
"chewbacca": "1.10.0", | ||
"coveralls": "^2.11.9", | ||
@@ -39,0 +39,0 @@ "es5-shim": "4.0.5", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
737080
18572