We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56a075 commit 02079bcCopy full SHA for 02079bc
crates/forge/src/result.rs
@@ -195,7 +195,7 @@ impl TestOutcome {
195
// Show helpful hint for rerunning failed tests
196
let test_word = if failures == 1 { "test" } else { "tests" };
197
sh_println!(
198
- "\n💡 Tip: Run {} to retry only the {} failed {}",
+ "\nTip: Run {} to retry only the {} failed {}",
199
"`forge test --rerun`".cyan(),
200
failures,
201
test_word
0 commit comments