Skip to content

Commit 159567c

Browse files
committed
test(Dialog): remove unused var
1 parent 1057cdb commit 159567c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react/src/Dialog/Dialog.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ describe('Dialog', () => {
8686
})
8787

8888
it('does not call `onClose` when click was not originated from backdrop', async () => {
89-
const user = userEvent.setup()
9089
const onClose = jest.fn()
9190

9291
const {getByRole} = render(<Dialog onClose={onClose}>Pay attention to me</Dialog>)

0 commit comments

Comments
 (0)