Skip to content

Commit 4a1432d

Browse files
author
Maks Pikov
committed
fix: remove unused userEvent import
1 parent 9709fc6 commit 4a1432d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VList/__tests__/VListItem.spec.browser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { VList, VListItem } from '..'
33

44
// Utilities
5-
import { render, screen, userEvent } from '@test'
5+
import { render, screen } from '@test'
66

77
describe('VListItem', () => {
88
// https://github.com/vuetifyjs/vuetify/issues/22172

0 commit comments

Comments
 (0)