analytics/test/test_helper.exs

4 lines
126 B
Elixir
Raw Normal View History

2019-09-02 14:29:19 +03:00
{:ok, _} = Application.ensure_all_started(:ex_machina)
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Plausible.Repo, :manual)