mirror of
https://github.com/plausible/analytics.git
synced 2024-12-26 02:55:02 +03:00
eec842c46b
* Remove `visits_metric` feature flag * Fix credo warning
6 lines
262 B
Elixir
6 lines
262 B
Elixir
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
|
Mox.defmock(Plausible.HTTPClient.Mock, for: Plausible.HTTPClient.Interface)
|
|
Application.ensure_all_started(:double)
|
|
Ecto.Adapters.SQL.Sandbox.mode(Plausible.Repo, :manual)
|
|
ExUnit.configure(exclude: [:slow])
|