Skip to content

Commit e7caf89

Browse files
committed
feat(linter): split jest/no-disabled-tests into vitest/no-disabled-tests
1 parent 7896bd0 commit e7caf89

11 files changed

Lines changed: 525 additions & 284 deletions

File tree

crates/oxc_linter/data/vitest_compatible_jest_rules.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[
2-
"no-disabled-tests",
32
"no-duplicate-hooks",
43
"no-focused-tests",
54
"no-hooks",

crates/oxc_linter/src/generated/rule_runner_impls.rs

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/generated/rules_enum.rs

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/rules.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ pub(crate) mod vitest {
734734
pub mod no_conditional_expect;
735735
pub mod no_conditional_in_test;
736736
pub mod no_conditional_tests;
737+
pub mod no_disabled_tests;
737738
pub mod no_import_node_test;
738739
pub mod no_importing_vitest_globals;
739740
pub mod prefer_called_exactly_once_with;

0 commit comments

Comments
 (0)