mirror of
https://github.com/plausible/analytics.git
synced 2024-12-18 06:41:29 +03:00
5ba21c04fe
* stop returning prop_names from /conversions * remove the old prop-breakdown API route and CSV export * remove allowed_event_props from CRM * remove DeprecatedConversions * remove props FF * update changelog
7 lines
292 B
Elixir
7 lines
292 B
Elixir
{:ok, _} = Application.ensure_all_started(:ex_machina)
|
|
Mox.defmock(Plausible.HTTPClient.Mock, for: Plausible.HTTPClient.Interface)
|
|
Application.ensure_all_started(:double)
|
|
FunWithFlags.enable(:funnels)
|
|
Ecto.Adapters.SQL.Sandbox.mode(Plausible.Repo, :manual)
|
|
ExUnit.configure(exclude: [:slow])
|