gleeunit

Values

pub fn main() -> Nil

Find and run all test functions for the current project using Erlang’s EUnit test framework, or a custom JavaScript test runner.

Any Erlang or Gleam function in the test directory with a name ending in _test is considered a test function and will be run.

A test that panics is considered a failure.

Search Document