Skip to content

Commit 8e6894e

Browse files
committed
Update stats.js
1 parent 68e25f1 commit 8e6894e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-report/components/stats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function StatsRow({ testData }) {
1414

1515
<div className="stat">
1616
<div className="stat-title">Tests Run</div>
17-
<div className="stat-value">{testsRun}</div>
17+
<div className="stat-value">{testsRun.toLocaleString()}</div>
1818
<div className="stat-desc">exc. skipped tests</div>
1919
</div>
2020

0 commit comments

Comments
 (0)