Skip to content

Commit 62de3b6

Browse files
committed
fix(tests): eslint-disable to ignore @ts-igonre
1 parent c375c35 commit 62de3b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/webdriverio/test/test_setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ export async function sendKeyAndWait(
558558
keys: string | string[],
559559
times = 1,
560560
) {
561+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
561562
// @ts-ignore: Unintentional comparison error
562563
if (PAUSE_TIME === 0) {
563564
// Send all keys in one call if no pauses needed.

0 commit comments

Comments
 (0)