a tiny bit of tests lint fixes.

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-09-23 12:25:31 +02:00
parent 96e96a5e43
commit 6b44f3b008
2 changed files with 7 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ import { Config } from "../config/Config";
import { type MediaDevices } from "../state/MediaDevices";
import { type Behavior, constant } from "../state/Behavior";
import { ObservableScope } from "../state/ObservableScope";
import { Handler, MuteStates } from "../state/MuteStates";
import { MuteStates } from "../state/MuteStates";
export function withFakeTimers(continuation: () => void): void {
vi.useFakeTimers();