Packages
A template for building Elixir components (projects that hold state). This project is an extremely paired down version of `mix new «project_name» --sup` based on Dave Thomas' view of simplifying our Elixir code. Let's see how this plays out.
Current section
Files
Jump to
Current section
Files
template/$PROJECT_NAME$/test/test_helper.exs
ExUnit.configure(exclude: [external: true])
ExUnit.start()