Skip to content

Commit a02306b

Browse files
hl662Copilot
andcommitted
Remove unused imports from TileIO.test.ts after fakeViewState extraction
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3e63ae4 commit a02306b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

full-stack-tests/core/src/frontend/standalone/tile/TileIO.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import { afterAll, afterEach, beforeAll, describe, expect, it } from "vitest";
66
import { ByteStream, Id64, Id64String, ProcessDetector } from "@itwin/core-bentley";
77
import {
88
BatchType, CurrentImdlVersion, EdgeOptions, EmptyLocalization, ImdlFlags, ImdlHeader, IModelReadRpcInterface, IModelRpcProps, IModelTileRpcInterface, IModelTileTreeId, iModelTileTreeIdToString,
9-
ModelProps, PackedFeatureTable, RelatedElementProps, RenderMode, TileContentSource, TileFormat, TileReadStatus, ViewFlags,
9+
ModelProps, PackedFeatureTable, RelatedElementProps, TileContentSource, TileFormat, TileReadStatus,
1010
} from "@itwin/core-common";
1111
import {
12-
GeometricModelState, IModelApp, IModelConnection, RenderGraphic, TileAdmin, TileRequest, TileTreeLoadStatus, ViewState,
12+
GeometricModelState, IModelApp, IModelConnection, RenderGraphic, TileAdmin, TileRequest, TileTreeLoadStatus,
1313
} from "@itwin/core-frontend";
1414
import { MockRender } from "@itwin/core-frontend/lib/cjs/internal/render/MockRender"
1515
import { ImdlModel } from "@itwin/core-frontend/lib/cjs/common/imdl/ImdlModel";

0 commit comments

Comments
 (0)