Skip to content

Commit 72eee76

Browse files
committed
chore: fix lint
1 parent bee1293 commit 72eee76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/keyboard.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ describe('Cascader.Keyboard', () => {
378378
<input readOnly onKeyDown={() => {}} />
379379
</Cascader>,
380380
);
381-
const input = container.querySelector('input')!;
382381

383382
keyDown(container, KeyCode.DOWN);
384383
// Check if dropdown is closed

0 commit comments

Comments
 (0)