···11/// Find and run all test functions for the current project using Erlang's EUnit
22/// test framework.
33///
44-/// Any Erlang or Gleam function in the `test` directory with a name editing in
44+/// Any Erlang or Gleam function in the `test` directory with a name ending in
55/// `_test` is considered a test function and will be run.
66///
77/// If running on JavaScript tests will be run with a custom test runner.