Skip to content

Commit

Permalink
fixup! add handler for local and remote speaking events
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Jul 31, 2023
1 parent b1a8cc0 commit 7487bc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/CallView/shared/VideoBottomBar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jest.mock('@nextcloud/event-bus', () => ({
subscribe: jest.fn(),
}))

jest.mock('../../../store/index.js')

describe('VideoBottomBar.vue', () => {
const TOKEN = 'XXTOKENXX'
const PARTICIPANT_NAME = 'John Doe'
Expand Down
2 changes: 0 additions & 2 deletions src/components/CallView/shared/VideoVue.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import storeConfig from '../../../store/storeConfig.js'
import EmitterMixin from '../../../utils/EmitterMixin.js'
import CallParticipantModel from '../../../utils/webrtc/models/CallParticipantModel.js'

jest.mock('../../../store/index.js')

global.ResizeObserver = jest.fn().mockImplementation(() => ({
observe: jest.fn(),
unobserve: jest.fn(),
Expand Down

0 comments on commit 7487bc6

Please sign in to comment.