fixed jshint issue
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1488,7 +1488,7 @@ Tester.prototype.renderFailureDetails = function renderFailureDetails() { | ... | @@ -1488,7 +1488,7 @@ Tester.prototype.renderFailureDetails = function renderFailureDetails() { |
1488 | */ | 1488 | */ |
1489 | Tester.prototype.renderResults = function renderResults(exit, status, save) { | 1489 | Tester.prototype.renderResults = function renderResults(exit, status, save) { |
1490 | "use strict"; | 1490 | "use strict"; |
1491 | /*jshint maxstatements:20*/ | 1491 | /*jshint maxstatements:25*/ |
1492 | save = save || this.options.save; | 1492 | save = save || this.options.save; |
1493 | var exitStatus = 0, | 1493 | var exitStatus = 0, |
1494 | failed = this.suiteResults.countFailed(), | 1494 | failed = this.suiteResults.countFailed(), | ... | ... |
-
Please register or sign in to post a comment