analytics/test/test_helper.exs
2019-09-02 12:29:19 +01:00

4 lines
126 B
Elixir

{:ok, _} = Application.ensure_all_started(:ex_machina)
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Plausible.Repo, :manual)