this repo has no description
0
fork

Configure Feed

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

Update module doc

+2 -2
+2 -2
src/gleeunit.gleam
··· 2 2 import gleam/string 3 3 4 4 /// Find and run all test functions for the current project using Erlang's EUnit 5 - /// test framework. 5 + /// test framework, or a custom JavaScript test runner. 6 6 /// 7 7 /// Any Erlang or Gleam function in the `test` directory with a name ending in 8 8 /// `_test` is considered a test function and will be run. 9 9 /// 10 - /// If running on JavaScript tests will be run with a custom test runner. 10 + /// A test that panics is considered a failure. 11 11 /// 12 12 pub fn main() -> Nil { 13 13 do_main()