Skip to content

Commit 6a67f02

Browse files
committed
tests(linter): remove unneeded exception from test_rule_default_matches_from_configuration_null
1 parent 0db34ab commit 6a67f02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/oxc_linter/tests/rule_configuration_test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ fn test_rule_default_matches_from_configuration_null() {
2525
// 1. The Default implementation returns the same values as from_configuration(null), or
2626
// 2. The from_configuration method is updated to return Default::default() when given null
2727
let exceptions = [
28-
"typescript/no-this-alias",
2928
"unicorn/prefer-object-from-entries",
3029
"unicorn/prefer-structured-clone",
3130
];

0 commit comments

Comments
 (0)