fixed test result duration could have exotic value
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -91,7 +91,7 @@ var Tester = function Tester(casper, options) { | ... | @@ -91,7 +91,7 @@ var Tester = function Tester(casper, options) { |
91 | }; | 91 | }; |
92 | 92 | ||
93 | // measuring test duration | 93 | // measuring test duration |
94 | this.currentTestStartTime = null; | 94 | this.currentTestStartTime = new Date(); |
95 | this.lastAssertTime = 0; | 95 | this.lastAssertTime = 0; |
96 | 96 | ||
97 | this.configure(); | 97 | this.configure(); | ... | ... |
-
Please register or sign in to post a comment