Skip to content

Commit

Permalink
chore: remove sideeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Nov 8, 2024
1 parent 29c2abd commit a9e3aea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/client/src/devices/__tests__/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ export const mockScreenShareStream = (includeAudio: boolean = true) => {

let deviceIds: Subject<MediaDeviceInfo[]>;
export const mockDeviceIds$ = () => {
globalThis.navigator = {
//@ts-expect-error
mediaDevices: {},
};
deviceIds = new Subject();
return deviceIds;
};
Expand Down

0 comments on commit a9e3aea

Please sign in to comment.