unexpected
Advanced tools
Comparing version 5.0.0-beta1 to 5.0.0-beta2
@@ -0,1 +1,2 @@ | ||
/*global window*/ | ||
var Assertion = require('./Assertion'); | ||
@@ -335,3 +336,3 @@ var utils = require('./utils'); | ||
if (outputFormat === 'html') { | ||
outputFormat = 'text'; | ||
outputFormat = typeof window !== 'undefined' && window.mochaPhantomJS ? 'ansi' : 'text'; | ||
err.htmlMessage = message.toString('html'); | ||
@@ -338,0 +339,0 @@ } |
{ | ||
"name": "unexpected", | ||
"version": "5.0.0-beta1", | ||
"version": "5.0.0-beta2", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
6
1118033
35
10005