Add tests

This commit is contained in:
Timo
2025-05-14 10:41:08 +02:00
parent 56328108ca
commit 6b8c620bbb
9 changed files with 228 additions and 62 deletions

View File

@@ -79,6 +79,7 @@ function mockDevices(available: Map<string, DeviceLabel>): MediaDevice {
selectedId: "",
selectedGroupId: "",
select: (): void => {},
useAsEarpiece: false,
};
}