From a62ab5c6dacaddb67931d7ac160bc7faaa707737 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 28 Nov 2025 16:30:02 +0100 Subject: feat(crates/rocie-server): Get closer to feature parity between rocie and grocy --- crates/rocie-server/tests/tests.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/rocie-server/tests/tests.rs') diff --git a/crates/rocie-server/tests/tests.rs b/crates/rocie-server/tests/tests.rs index cf34156..3759042 100644 --- a/crates/rocie-server/tests/tests.rs +++ b/crates/rocie-server/tests/tests.rs @@ -4,4 +4,6 @@ mod _testenv; pub(crate) use _testenv as testenv; mod products; +mod product_parents; mod units; +mod recipies; -- cgit 1.4.1