mitgliederverwaltung/test/test_helper.exs
Simon fce01ddf83
All checks were successful
continuous-integration/drone/push Build is passing
style: fix formatting
2026-01-28 11:32:46 +01:00

6 lines
134 B
Elixir

ExUnit.start(
# shows 10 slowest tests at the end of the test run
slowest: 10
)
Ecto.Adapters.SQL.Sandbox.mode(Mv.Repo, :manual)