We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3f4e2 commit df248d4Copy full SHA for df248d4
lib/vows/console.js
@@ -79,6 +79,6 @@ this.inspect = function inspect(val) {
79
};
80
81
this.error = function (obj) {
82
- return '✗ ' + $('Errored ').red + '» '
+ return '✗ ' + $('Errored ').red + '» ' + $(obj.suite.subject).bold + ': '
83
+ $('' + $(obj.context).italic + ' ∙ ') + $(obj.error).red;
84
0 commit comments