Skip to content

Commit cc1e28b

Browse files
committed
fix(tests): Ignore unhelpful lint error
1 parent 0ba3eec commit cc1e28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/webdriverio/test/move_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ suite(`Value expression move tests`, function () {
377377
* to its input, after pressing ArrowRight n times.
378378
*/
379379
const EXPECTED_ROW_RIGHT = EXPECTED_SIMPLE_RIGHT.slice();
380+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
380381
EXPECTED_ROW_RIGHT[0] = EXPECTED_ROW_RIGHT.pop()!;
381382
/**
382383
* Expected connection candidates when moving row consisting of

0 commit comments

Comments
 (0)