this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update tagline

+2 -5
+1 -4
README.md
··· 1 1 # gleeunit 2 2 3 - Gleam bindings to the Erlang EUnit test framework. 4 - 5 - A custom test runner is included for when compiled to JavaScript running on 6 - either NodeJS or Deno. 3 + A simple test runner for Gleam, using EUnit on Erlang. 7 4 8 5 Documentation is available on [HexDocs](https://hexdocs.pm/gleeunit/index.html). 9 6
+1 -1
gleam.toml
··· 1 1 name = "gleeunit" 2 2 version = "1.3.1" 3 3 licences = ["Apache-2.0"] 4 - description = "Gleam bindings to Erlang's EUnit test framework" 4 + description = "A simple test runner for Gleam, using EUnit on Erlang" 5 5 repository = { type = "github", user = "lpil", repo = "gleeunit" } 6 6 links = [{ title = "Sponsor", href = "https://github.com/sponsors/lpil" }] 7 7 gleam = ">= 1.11.0"