Current section

Files

Jump to
phx_new templates phx_umbrella apps app_name test test_helper.exs
Raw

templates/phx_umbrella/apps/app_name/test/test_helper.exs

ExUnit.start()
<%= if ecto do %>
<%= adapter_config[:test_setup_all] %>
<% end %>