Add some tests

This commit is contained in:
Jon Staab
2026-03-26 15:06:30 -07:00
parent 9231079e92
commit 8dfa09d22e
5 changed files with 363 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
pub mod api;
pub mod billing;
pub mod infra;
pub mod models;
pub mod repo;
pub mod robot;