Packages

This is a fork of gleeunit that allows it to be called as a library/function with a list of test modules instead of just via CLI.

Current section

Files

Jump to
Raw

gleam.toml

name = "glacier_gleeunit"
version = "0.10.1"
licences = ["Apache-2.0"]
description = "Gleam bindings to Erlang's EUnit test framework. This is a fork of Gleeunit that allows it to be called as a library/function with a list of test modules instead of just via CLI."
[javascript.deno]
allow_read = [
"./",
"./build",
"./gleam.toml",
"./src",
"./test",
]
[dependencies]
gleam_stdlib = "~> 0.26"
[dev-dependencies]
# some_test_package = "~> 1.0.0"