adds component tests to tests/mod.rs

This commit is contained in:
Llywelwyn 2023-09-21 01:10:02 +01:00
parent 654aea9a32
commit e8b5f6d997

View file

@ -1,3 +1,4 @@
// tests/mod.rs // tests/mod.rs
mod map_test; mod map_test;
mod gamelog_test; mod gamelog_test;
mod components_test;