Skip to content

Commit 94119af

Browse files
committed
docs(test): Clarify role of assert_ui
1 parent f22c43b commit 94119af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/cargo-test-support/src/compare.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ use std::path::Path;
4646
use std::str;
4747
use url::Url;
4848

49-
/// Default `snapbox` Assertions
49+
/// Assertion policy for UI tests
50+
///
51+
/// This emphasizes showing as much content as possible at the cost of more brittleness
5052
///
5153
/// # Snapshots
5254
///

0 commit comments

Comments
 (0)