backend: import disconnectFakeParticipants in analytics and webhook tests
This commit is contained in:
parent
c5bca6e133
commit
94d9c7c50b
@ -1,10 +1,10 @@
|
||||
import { afterEach, beforeAll, describe, expect, it } from '@jest/globals';
|
||||
import { MeetAnalytics } from '@openvidu-meet/typings';
|
||||
import { disconnectFakeParticipants } from '../../../helpers/livekit-cli-helpers.js';
|
||||
import {
|
||||
createRoom,
|
||||
deleteAllRecordings,
|
||||
deleteAllRooms,
|
||||
disconnectFakeParticipants,
|
||||
getAnalytics,
|
||||
startTestServer,
|
||||
stopRecording
|
||||
|
||||
@ -12,11 +12,11 @@ import {
|
||||
} from '@openvidu-meet/typings';
|
||||
import { Request } from 'express';
|
||||
import http from 'http';
|
||||
import { disconnectFakeParticipants } from '../../helpers/livekit-cli-helpers.js';
|
||||
import {
|
||||
deleteAllRecordings,
|
||||
deleteAllRooms,
|
||||
deleteRoom,
|
||||
disconnectFakeParticipants,
|
||||
endMeeting,
|
||||
restoreDefaultGlobalConfig,
|
||||
startTestServer,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user