diff options
Diffstat (limited to 'compat/lustre_animation/test/lustre_animation_test.gleam')
-rw-r--r-- | compat/lustre_animation/test/lustre_animation_test.gleam | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compat/lustre_animation/test/lustre_animation_test.gleam b/compat/lustre_animation/test/lustre_animation_test.gleam new file mode 100644 index 0000000..ecd12ad --- /dev/null +++ b/compat/lustre_animation/test/lustre_animation_test.gleam @@ -0,0 +1,5 @@ +import gleeunit + +pub fn main() { + gleeunit.main() +} |