aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--frontend/src/ts/test/test-stats.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/ts/test/test-stats.ts b/frontend/src/ts/test/test-stats.ts
index b69cc6b97..96360a570 100644
--- a/frontend/src/ts/test/test-stats.ts
+++ b/frontend/src/ts/test/test-stats.ts
@@ -52,6 +52,8 @@ export function getStats(): unknown {
lastResult,
start,
end,
+ start3,
+ end3,
afkHistory: TestInput.afkHistory,
errorHistory: TestInput.errorHistory,
wpmHistory: TestInput.wpmHistory,