summaryrefslogtreecommitdiff
path: root/libs/leash/src/lib.rs
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-14 19:06:14 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-14 19:06:14 +0400
commitdb93991c41ca2c7af9edfa03c8b10200da12957a (patch)
tree6c477eac7fc3e08043503294353738d8fe38a217 /libs/leash/src/lib.rs
parent3f342846149c0b1f8d1ac1f0b857a9d9fdf2034b (diff)
add tests
Diffstat (limited to 'libs/leash/src/lib.rs')
-rw-r--r--libs/leash/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/leash/src/lib.rs b/libs/leash/src/lib.rs
index 37e2b7c..91bfaf5 100644
--- a/libs/leash/src/lib.rs
+++ b/libs/leash/src/lib.rs
@@ -128,5 +128,7 @@ mod test {
}
}
+
+
ignite!(TestComponent);
}