JsApiReporter suiteResults only includes suite results
- It was including suite starts also [#79533268]
This commit is contained in:
@@ -34,7 +34,7 @@ getJasmineRequireObj().JsApiReporter = function() {
|
||||
suites_hash = {};
|
||||
|
||||
this.suiteStarted = function(result) {
|
||||
storeSuite(result);
|
||||
suites_hash[result.id] = result;
|
||||
};
|
||||
|
||||
this.suiteDone = function(result) {
|
||||
|
||||
Reference in New Issue
Block a user