analytics/test/test_helper.exs
2021-01-13 17:04:01 +02:00

6 lines
203 B
Elixir

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