From 06c50deb3a0e4d0469fd655eae0437763bafb172 Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Mon, 19 Feb 2024 15:02:51 +0100 Subject: [PATCH] impr: add testWords and wordsHistory to copy result stats (#5085) * feat: add testWords and wordsHistory to copy result stats * fix --- frontend/src/ts/test/test-stats.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/ts/test/test-stats.ts b/frontend/src/ts/test/test-stats.ts index 6a316ddc5192..9ea34a76fe5e 100644 --- a/frontend/src/ts/test/test-stats.ts +++ b/frontend/src/ts/test/test-stats.ts @@ -60,6 +60,8 @@ export function getStats(): unknown { accuracy: TestInput.accuracy, keypressTimings: TestInput.keypressTimings, keyOverlap: TestInput.keyOverlap, + wordsHistory: TestWords.words.list.slice(0, TestInput.input.history.length), + inputHistory: TestInput.input.history, }; try {