Avoid NaN in totalTime

This commit is contained in:
Cristian Dumitru 2022-10-20 08:02:55 -05:00
parent e8917857c2
commit 99678f922b
3 changed files with 6 additions and 3 deletions

View file

@ -123,6 +123,6 @@ TestRunResult {
"totalTime": 835,
},
],
"totalTime": NaN,
"totalTime": undefined,
}
`;