Current section
Files
Jump to
Current section
Files
src/gleeunit.app.src
{application, gleeunit, [
{vsn, "1.1.2"},
{applications, [gleam_stdlib]},
{description, "Gleam bindings to Erlang's EUnit test framework"},
{modules, [gleeunit,
gleeunit@should]},
{registered, []}
]}.