Apply prettier formatting
This commit is contained in:
parent
1cac306093
commit
526645c791
1576 changed files with 65385 additions and 62478 deletions
|
@ -56,12 +56,7 @@ describe("VoiceBroadcastPreRecording", () => {
|
|||
});
|
||||
|
||||
it("should start a new voice broadcast recording", () => {
|
||||
expect(startNewVoiceBroadcastRecording).toHaveBeenCalledWith(
|
||||
room,
|
||||
client,
|
||||
playbacksStore,
|
||||
recordingsStore,
|
||||
);
|
||||
expect(startNewVoiceBroadcastRecording).toHaveBeenCalledWith(room, client, playbacksStore, recordingsStore);
|
||||
});
|
||||
|
||||
it("should emit a dismiss event", () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue