Skip to content

Commit c3b59d5

Browse files
committed
fix(prefer-user-event-setup): fix meta.type
1 parent f89ad18 commit c3b59d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/prefer-user-event-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const USER_EVENT_METHODS = [
3636
export default createTestingLibraryRule<Options, MessageIds>({
3737
name: RULE_NAME,
3838
meta: {
39-
type: 'problem',
39+
type: 'suggestion',
4040
docs: {
4141
description:
4242
'Suggest using userEvent with setup() instead of direct methods',

0 commit comments

Comments
 (0)