Skip to content

Commit

Permalink
fix: make use of the new
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Jan 13, 2024
1 parent 8e14a66 commit 03c641e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/rules/jsx_a11y/no_redundant_roles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ fn test() {
("<Button role='button' />", None, Some(settings()), None),
];

Tester::new_with_settings(NoRedundantRoles::NAME, pass, fail).test_and_snapshot();
Tester::new(NoRedundantRoles::NAME, pass, fail).test_and_snapshot();
}

0 comments on commit 03c641e

Please sign in to comment.