Story 3.2 done

This commit is contained in:
2026-05-23 18:23:48 +02:00
parent d175f92806
commit a1e8886fce
66 changed files with 18258 additions and 1650 deletions
+6
View File
@@ -65,6 +65,12 @@ export function createFoundryAdapterMock(overrides = {}) {
* createFoundryAdapterMock({ webrtc: { disableTrack: vi.fn(), enableTrack: vi.fn() } })
*/
webrtc: overrides.webrtc !== undefined ? overrides.webrtc : null,
/** i18n surface for localization support */
i18n: {
// eslint-disable-next-line no-unused-vars
localize: (key, _data) => key, // Default: return key (no translation)
...overrides.i18n,
},
hooks: {
on: () => {},
once: () => {},