Story 3.2 done
This commit is contained in:
@@ -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: () => {},
|
||||
|
||||
Reference in New Issue
Block a user