Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -1001,6 +1001,7 @@ Tester.prototype.renderResults = function renderResults(exit, status, save) { | ... | @@ -1001,6 +1001,7 @@ Tester.prototype.renderResults = function renderResults(exit, status, save) { |
1001 | "use strict"; | 1001 | "use strict"; |
1002 | /*jshint maxstatements:20*/ | 1002 | /*jshint maxstatements:20*/ |
1003 | save = save || this.options.save; | 1003 | save = save || this.options.save; |
1004 | this.done(); // never too sure | ||
1004 | var failed = this.suiteResults.countFailed(), | 1005 | var failed = this.suiteResults.countFailed(), |
1005 | passed = this.suiteResults.countPassed(), | 1006 | passed = this.suiteResults.countPassed(), |
1006 | total = this.suiteResults.countTotal(), | 1007 | total = this.suiteResults.countTotal(), | ... | ... |
-
Please register or sign in to post a comment