Skip to content

Commit 63a1c2c

Browse files
committed
chore: fixup typescript error
1 parent 389ab61 commit 63a1c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select/select.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ describe('Select', () => {
11401140

11411141
it('Should not restore focus on provided target element after closing popup', async () => {
11421142
const user = userEvent.setup();
1143-
await user.click(button);
1143+
await user.click(button!);
11441144

11451145
targetInput!.should.not.equal(document.activeElement);
11461146
});

0 commit comments

Comments
 (0)