prop/test/test_helper.exs

5 lines
171 B
Elixir

alias Ecto.Adapters.SQL.Sandbox
ExUnit.start(exclude: [:slow], capture_log: true)
Sandbox.mode(Microwaveprop.Repo, :manual)
Sandbox.mode(Microwaveprop.AprsRepo, :manual)