test: Implemented UI snapshot tests

This commit is contained in:
2025-12-12 15:44:11 -07:00
parent c3fa689617
commit 82f30f126d
121 changed files with 3720 additions and 43 deletions
+4
View File
@@ -31,6 +31,10 @@ mod radarr_ui;
mod sonarr_ui;
mod styles;
pub mod theme;
#[cfg(test)]
mod ui_property_tests;
#[cfg(test)]
pub mod ui_test_utils;
mod utils;
mod widgets;