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 c18978c commit e13f0ffCopy full SHA for e13f0ff
crates/forge/tests/e2e/common/output.rs
@@ -13,6 +13,7 @@ macro_rules! assert_cleaned_output {
13
insta::with_settings!({
14
snapshot_suffix => scarb_version.to_string(),
15
filters => vec![
16
+ (r"\x1B\[[0-?]*[ -/]*[@-~]", ""), // ANSI escape regex - needed for CI
17
(r"(?m)^\s*(Compiling|Finished|Blocking).*", ""), // scarb output
18
(r"(?m)^\s*(Collected|Running|Tests:|Latest block number).*", ""), // snforge output
19
]},
0 commit comments