initial skeleton
This commit is contained in:
parent
dc79fa2448
commit
71f89dde9c
60 changed files with 3480 additions and 0 deletions
7
crates/aim-cli/tests/ui_summary.rs
Normal file
7
crates/aim-cli/tests/ui_summary.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use aim_cli::ui::render::render_update_summary;
|
||||
|
||||
#[test]
|
||||
fn update_summary_mentions_selected_count() {
|
||||
let output = render_update_summary(3, 2, 1);
|
||||
assert!(output.contains("selected: 2"));
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue