JsApiReporter suiteResults only includes suite results

- It was including suite starts also

[#79533268]
This commit is contained in:
Gerg
2014-10-08 22:33:36 -07:00
parent 9ad15eeaba
commit 8880729250
3 changed files with 17 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ getJasmineRequireObj().JsApiReporter = function() {
suites_hash = {};
this.suiteStarted = function(result) {
storeSuite(result);
suites_hash[result.id] = result;
};
this.suiteDone = function(result) {