diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-14 19:06:14 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-14 19:06:14 +0400 |
| commit | db93991c41ca2c7af9edfa03c8b10200da12957a (patch) | |
| tree | 6c477eac7fc3e08043503294353738d8fe38a217 /libs/leash/src/lib.rs | |
| parent | 3f342846149c0b1f8d1ac1f0b857a9d9fdf2034b (diff) | |
add tests
Diffstat (limited to 'libs/leash/src/lib.rs')
| -rw-r--r-- | libs/leash/src/lib.rs | 2 |
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); } |
