Skip to content

Commit

Permalink
Remove revision utility (#215)
Browse files Browse the repository at this point in the history
- We had a number of test utilities copied over from itwinjs-core
`core/backend/src/test/` for usage in our tests
-0cf643d#diff-9537d693451785165155a0211fbe0e27b45850a4f5cf1297056d323fc1c01b73R3.
One of them is RevisionUtility and it uses internal apis from
itwinjs-core.
- This utility is also not in use by any of our tests so we decided to
remove it in an effort to replace internal apis that are currently
deprecated and will be removed in itwin js 5.0 release.
  • Loading branch information
derbynn authored Oct 14, 2024
1 parent 16f7a64 commit 4343482
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 122 deletions.
121 changes: 0 additions & 121 deletions packages/transformer/src/test/TestUtils/RevisionUtility.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/transformer/src/test/TestUtils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
export * from "./AdvancedEqual";
export * from "./IModelTestUtils";
export * from "./KnownTestLocations";
export * from "./RevisionUtility";
export * from "./TestChangeSetUtility";
export * from "./imageData";
export * from "./GeometryTestUtil";

0 comments on commit 4343482

Please sign in to comment.