From e8b5f6d997e57d11bc949a6527b2f2339fd80c0d Mon Sep 17 00:00:00 2001 From: Llywelwyn Date: Thu, 21 Sep 2023 01:10:02 +0100 Subject: [PATCH] adds component tests to tests/mod.rs --- tests/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mod.rs b/tests/mod.rs index 7575647..e1561c3 100644 --- a/tests/mod.rs +++ b/tests/mod.rs @@ -1,3 +1,4 @@ // tests/mod.rs mod map_test; mod gamelog_test; +mod components_test;