Moved tests

This commit is contained in:
2026-06-07 00:46:38 -05:00
parent 5ea7e4ec4e
commit 9c2212520c
13 changed files with 1015 additions and 1031 deletions
+4 -1
View File
@@ -15,4 +15,7 @@ mod archetype;
mod object_def;
mod board;
pub use board::Board;
pub use board::Board;
#[cfg(test)]
mod tests;