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