Added unit tests for all the new widgets

This commit is contained in:
2024-02-13 12:03:56 -07:00
parent 6ba78cb4ba
commit 649f4b5e3b
16 changed files with 611 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ use ratatui::Frame;
use crate::ui::styles::ManagarrStyle;
use crate::ui::utils::{borderless_block, layout_block};
#[cfg(test)]
#[path = "input_box_tests.rs"]
mod input_box_tests;
pub struct InputBox<'a> {
content: &'a str,
offset: usize,