Skip to content

Commit

Permalink
chore: update the message
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke committed Mar 9, 2024
1 parent 1ace450 commit 6d6e155
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ impl Rule for NoFocusedTests {
Some(JsRuleAction {
category: biome_analyze::ActionCategory::QuickFix,
applicability: Applicability::MaybeIncorrect,
message: markup! { "Remove the 'only' method to ensure all tests are executed." }
.to_owned(),
message: markup! { "Remove focus from test." }.to_owned(),
mutation,
})
}
Expand Down

0 comments on commit 6d6e155

Please sign in to comment.