Suite level errors are reported in failures list

[#150118881]

Signed-off-by: Gregg Van Hove <gvanhove@pivotal.io>
This commit is contained in:
Elenore Bastian
2018-01-23 15:39:11 -08:00
committed by Gregg Van Hove
parent 9a96396f65
commit 07996b567f
4 changed files with 382 additions and 331 deletions

View File

@@ -13,6 +13,10 @@ jasmineRequire.ResultsNode = function() {
this.last = function() {
return this.children[this.children.length - 1];
};
this.updateResult = function(result) {
this.result = result;
};
}
return ResultsNode;