Elixir-journey / elixir-kickoff

Starter template for building robust Elixir projects with essential tooling, containerized environments, and code documentation for fast and consistent development.
MIT License
0 stars 0 forks source link

Add ExUnit support for testing #5

Closed Kavignon closed 3 days ago

Kavignon commented 3 weeks ago

Set up ExUnit as the default testing framework and include example tests.

Tasks

Kavignon commented 3 days ago

It is part of Elixir’s standard library, comes pre-installed, and is available in all Elixir projects by default. So this is a void issue.