HtmlReporterV2: replace dots with progress bar
This commit is contained in:
@@ -3452,6 +3452,8 @@ getJasmineRequireObj().Configuration = function(j$) {
|
||||
specFilter: function() {
|
||||
return true;
|
||||
},
|
||||
|
||||
// TODO: remove hideDisabled when HtmlReporter is removed
|
||||
/**
|
||||
* Whether reporters should hide disabled specs from their output.
|
||||
* Currently only supported by Jasmine's HTMLReporter
|
||||
@@ -3459,6 +3461,7 @@ getJasmineRequireObj().Configuration = function(j$) {
|
||||
* @since 3.3.0
|
||||
* @type Boolean
|
||||
* @default false
|
||||
* @deprecated
|
||||
*/
|
||||
hideDisabled: false,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user