Current section
Files
Jump to
Current section
Files
test/test_helper.exs
Application.ensure_all_started(:exq_scheduler)
children = [
{Phoenix.PubSub, name: ExqUI.PubSub},
DemoWeb.Endpoint,
{Redix, name: :redix}
]
{:ok, _} = Supervisor.start_link(children, strategy: :one_for_one)
ExUnit.start()