add initializeWidget to tests.

This commit is contained in:
Timo K
2026-01-22 19:38:39 +01:00
parent b754106feb
commit 220fc51eb5
9 changed files with 20 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ import {
bobRtcMember,
} from "../utils/test-fixtures";
import { getBasicCallViewModelEnvironment } from "../utils/test-viewmodel";
import { initializeWidget } from "../widget";
initializeWidget();
vi.mock("livekit-client/e2ee-worker?worker");