Skip to content

Commit

Permalink
cleaned up imports in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizardguard committed Feb 13, 2025
1 parent 3b84c07 commit fe1ea69
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { mock, mockDeep } from "jest-mock-extended";
import { mockDeep } from "jest-mock-extended";
import CoreDIContainer from "../../../../../Core/DependencyInjection/CoreDIContainer";
import SCENE_TYPES from "../../../../../Core/DependencyInjection/Scenes/SCENE_TYPES";
import AvatarEditorPreviewModelView from "../../../../../Core/Presentation/AvatarEditor/AvatarEditorPreview/AvatarEditorPreviewModel/AvatarEditorPreviewModelView";
Expand All @@ -13,8 +13,6 @@ import {
} from "@babylonjs/core";
import AvatarEditorUtils from "../../../../../Core/Presentation/AvatarEditor/AvatarEditorUtils";
import AvatarConfigTO from "../../../../../Core/Application/DataTransferObjects/AvatarConfigTO";
import { time } from "console";
import { TIMEOUT } from "dns";

const scenePresenterMock = mockDeep<IScenePresenter>();
const scenePresenterFactoryMock = () => scenePresenterMock;
Expand Down

0 comments on commit fe1ea69

Please sign in to comment.