this repo has no description
0
fork

Configure Feed

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

Fixes typo

authored by

Anders Östlin and committed by
Louis Pilfold
c9f9a897 31836600

+1 -1
+1 -1
src/gleeunit.gleam
··· 1 1 /// Find and run all test functions for the current project using Erlang's EUnit 2 2 /// test framework. 3 3 /// 4 - /// Any Erlang or Gleam function in the `test` directory with a name editing in 4 + /// Any Erlang or Gleam function in the `test` directory with a name ending in 5 5 /// `_test` is considered a test function and will be run. 6 6 /// 7 7 /// If running on JavaScript tests will be run with a custom test runner.