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 {