mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
4 lines
126 B
Elixir
4 lines
126 B
Elixir
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
|
ExUnit.start()
|
|
Ecto.Adapters.SQL.Sandbox.mode(Plausible.Repo, :manual)
|