mocha-tbpl-reporter
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -71,3 +71,2 @@ var Base = require('mocha').reporters.Base; | ||
console.log('TEST-UNEXPECTED-FAIL | %s', title); | ||
console.log(err.message); | ||
this.failing += 1; | ||
@@ -74,0 +73,0 @@ }, |
{ | ||
"name": "mocha-tbpl-reporter", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
@@ -5,0 +5,0 @@ "author": "Gareth Aye <gaye@mozilla.com>", |
@@ -49,7 +49,6 @@ var TBPL = require('../lib/tbpl'), | ||
} | ||
}, new Error('ruhroh')); | ||
}); | ||
assert.strictEqual(subject.failing, failing + 1); | ||
assert.ok(log.calledWith('TEST-UNEXPECTED-FAIL | %s', 'some title')); | ||
assert.ok(log.calledWith('ruhroh')); | ||
}); | ||
@@ -56,0 +55,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8524
215