6 lines
136 B
Elixir
6 lines
136 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)
|