refact: extract withCallViewModel in test utils file
This commit is contained in:
@@ -24,8 +24,8 @@ import {
|
||||
createCallNotificationLifecycle$,
|
||||
type Props as CallNotificationLifecycleProps,
|
||||
} from "./CallNotificationLifecycle";
|
||||
// import { withCallViewModel } from "./CallViewModel.test";
|
||||
import { trackEpoch } from "../ObservableScope";
|
||||
import { withCallViewModel } from "./CallViewModelTestUtils.test";
|
||||
|
||||
const mockLegacyRingEvent = {} as { event_id: string } & ICallNotifyContent;
|
||||
function mockRingEvent(
|
||||
|
||||
Reference in New Issue
Block a user