diff --git a/src/knapsack-pro-jest.ts b/src/knapsack-pro-jest.ts index 170c1fe..27eba7f 100644 --- a/src/knapsack-pro-jest.ts +++ b/src/knapsack-pro-jest.ts @@ -66,9 +66,8 @@ const onSuccess: onQueueSuccessType = async (queueTestFiles: TestFile[]) => { ? testFilePath.replace(`${projectPath}\\`, '').replace(/\\/g, '/') : testFilePath.replace(`${projectPath}/`, ''); const timeExecutionMiliseconds = end - start; - // 0.1s default time when not recorded timing const timeExecution = - timeExecutionMiliseconds > 0 ? timeExecutionMiliseconds / 1000 : 0.1; + timeExecutionMiliseconds > 0 ? timeExecutionMiliseconds / 1000 : 0.0; return { path,