Skip to content

Commit 59d4e8a

Browse files
authored
chore: remove unused ts expect error (#730)
1 parent a86068b commit 59d4e8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,6 @@ function getConnectionCandidate(
692692
const dragStrategy =
693693
block.getDragStrategy() as Blockly.dragging.BlockDragStrategy;
694694
if (!dragStrategy) throw new Error('no drag strategy');
695-
// @ts-expect-error connectionCandidate is private.
696695
const candidate = dragStrategy.connectionCandidate;
697696
if (!candidate) return null;
698697
const neighbourBlock = candidate.neighbour.getSourceBlock();

0 commit comments

Comments
 (0)