Skip to content

Commit

Permalink
feat(linter): eslint-plugin-jest/max-nested-describes (#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryue0220 authored Jun 11, 2024
1 parent 1959930 commit 85c3b83
Show file tree
Hide file tree
Showing 3 changed files with 519 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ mod typescript {
mod jest {
pub mod expect_expect;
pub mod max_expects;
pub mod max_nested_describe;
pub mod no_alias_methods;
pub mod no_commented_out_tests;
pub mod no_conditional_expect;
Expand Down Expand Up @@ -529,6 +530,7 @@ oxc_macros::declare_all_lint_rules! {
typescript::prefer_literal_enum_member,
jest::expect_expect,
jest::max_expects,
jest::max_nested_describe,
jest::no_alias_methods,
jest::no_commented_out_tests,
jest::no_conditional_expect,
Expand Down
Loading

0 comments on commit 85c3b83

Please sign in to comment.