From 21d59712dd56909293b3804b1d89320216f6906a Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Wed, 23 Aug 2023 22:59:02 +0100 Subject: :ambulance: Update third-party lustre_animation package to new api. --- compat/lustre_animation/test/lustre_animation_test.gleam | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compat/lustre_animation/test/lustre_animation_test.gleam (limited to 'compat/lustre_animation/test/lustre_animation_test.gleam') 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() +} -- cgit v1.2.3