diff --git a/test/simple_repl_test.gleam b/test/simple_repl_test.gleam new file mode 100644 index 0000000..902c4da --- /dev/null +++ b/test/simple_repl_test.gleam @@ -0,0 +1,5 @@ +import gleeunit + +pub fn main() -> Nil { + gleeunit.main() +}