We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5dd85 commit c222098Copy full SHA for c222098
frontend/src/ts/test/test-logic.ts
@@ -68,6 +68,7 @@ import { canQuickRestart } from "../utils/quick-restart";
68
import { animate } from "animejs";
69
import { setInputElementValue } from "../input/input-element";
70
import { debounce } from "throttle-debounce";
71
+import * as Time from "../states/time";
72
73
let failReason = "";
74
@@ -100,6 +101,7 @@ export function startTest(now: number): boolean {
100
101
Replay.startReplayRecording();
102
Replay.replayGetWordsList(TestWords.words.list);
103
TestInput.resetKeypressTimings();
104
+ Time.set(0);
105
TestTimer.clear();
106
107
for (const fb of getActiveFunboxesWithFunction("start")) {
0 commit comments