···11# gleeunit
2233-Gleam bindings to the Erlang EUnit test framework.
44-55-A custom test runner is included for when compiled to JavaScript running on
66-either NodeJS or Deno.
33+A simple test runner for Gleam, using EUnit on Erlang.
7485Documentation is available on [HexDocs](https://hexdocs.pm/gleeunit/index.html).
96
+1-1
gleam.toml
···11name = "gleeunit"
22version = "1.3.1"
33licences = ["Apache-2.0"]
44-description = "Gleam bindings to Erlang's EUnit test framework"
44+description = "A simple test runner for Gleam, using EUnit on Erlang"
55repository = { type = "github", user = "lpil", repo = "gleeunit" }
66links = [{ title = "Sponsor", href = "https://github.com/sponsors/lpil" }]
77gleam = ">= 1.11.0"