Skip to content

Commit

Permalink
feat(linter): eslint-plugin-jest: prefer-to-be (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryue0220 authored Mar 14, 2024
1 parent b00d4b8 commit f8fe3af
Show file tree
Hide file tree
Showing 5 changed files with 863 additions and 10 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 @@ -155,6 +155,7 @@ mod jest {
pub mod prefer_equality_matcher;
pub mod prefer_spy_on;
pub mod prefer_strict_equal;
pub mod prefer_to_be;
pub mod prefer_to_have_length;
pub mod prefer_todo;
pub mod require_to_throw_message;
Expand Down Expand Up @@ -459,6 +460,7 @@ oxc_macros::declare_all_lint_rules! {
jest::prefer_equality_matcher,
jest::prefer_spy_on,
jest::prefer_strict_equal,
jest::prefer_to_be,
jest::prefer_to_have_length,
jest::prefer_todo,
jest::require_to_throw_message,
Expand Down
Loading

0 comments on commit f8fe3af

Please sign in to comment.