parent
6fd62e9baf
commit
3c3b83a34b
@ -157,6 +157,11 @@ function Reporter(options) {
|
|||||||
|
|
||||||
_currentSuite.specs.push(currentSpec);
|
_currentSuite.specs.push(currentSpec);
|
||||||
log(spec.status + ' - ' + spec.description);
|
log(spec.status + ' - ' + spec.description);
|
||||||
|
if (spec.status === 'failed') {
|
||||||
|
spec.failedExpectations.forEach(function(err) {
|
||||||
|
log(err.message);
|
||||||
|
});
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
this.jasmineDone = function() {
|
this.jasmineDone = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user