diff --git a/detox/utils/report.js b/detox/utils/report.js index 049ef534248..f9b5f831b18 100644 --- a/detox/utils/report.js +++ b/detox/utils/report.js @@ -281,7 +281,7 @@ function generateTestReport(summary, isUploadedToS3, reportLink, environment, te }; } - let quickSummary = `${stats.passPercent.toFixed(2)}% (${stats.passes}/${stats.tests}) in ${stats.suites} suites`; + let quickSummary = `${stats.passPercent}% (${stats.passes}/${stats.tests}) in ${stats.suites} suites`; if (isUploadedToS3) { quickSummary = `[${quickSummary}](${reportLink})`; }