Current section

Files

Jump to
raxx_kit priv template test test_helper.exs.eex
Raw

priv/template/test/test_helper.exs.eex

ExUnit.start()
<%= if @ecto do %>
Ecto.Adapters.SQL.Sandbox.mode(<%= @module %>.Repo, :manual)
<% end %>