Skip to content

Commit e6a4fc6

Browse files
committed
add eslint-disable-next-line for nativeDb line
1 parent 94996d7 commit e6a4fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transformer/src/test/standalone/IModelTransformer.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2899,7 +2899,7 @@ describe("IModelTransformer", () => {
28992899

29002900
// insert an unrelated element that uses same id as subject1
29012901
// insertElement public api does not support forceUseId option
2902-
// eslint-disable-next-line @itwin/no-internal
2902+
// eslint-disable-next-line @itwin/no-internal, deprecation/deprecation
29032903
const targetSubjectId3 = targetDb.nativeDb.insertElement(
29042904
newPropsForSubject3,
29052905
{ forceUseId: true }

0 commit comments

Comments
 (0)