mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 14:57:09 +01:00
Avoid NaN in totalTime
This commit is contained in:
parent
e8917857c2
commit
99678f922b
3 changed files with 6 additions and 3 deletions
|
|
@ -123,6 +123,6 @@ TestRunResult {
|
|||
"totalTime": 835,
|
||||
},
|
||||
],
|
||||
"totalTime": NaN,
|
||||
"totalTime": undefined,
|
||||
}
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue