Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
test: mock joined room
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Jul 22, 2024
1 parent 29ad1f6 commit fa3dd37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/launcher/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ describe('Launcher', () => {
localParticipant.value = MOCK_LOCAL_PARTICIPANT;

LauncherInstance = new Launcher(DEFAULT_INITIALIZATION_MOCK);

const { hasJoinedRoom } = useStore(StoreType.GLOBAL);
hasJoinedRoom.publish(true);
});

test('should be defined', () => {
Expand Down

0 comments on commit fa3dd37

Please sign in to comment.