mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
6 lines
203 B
Elixir
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)
|