Current section

Files

Jump to
exq_ui test test_helper.exs
Raw

test/test_helper.exs

children = [
{Phoenix.PubSub, name: ExqUI.PubSub},
DemoWeb.Endpoint,
{Redix, name: :redix}
]
{:ok, _} = Supervisor.start_link(children, strategy: :one_for_one)
ExUnit.start()