1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/test/test_helper.exs

8 lines
197 B
Elixir

{:ok, _} = Application.ensure_all_started(:wallaby)
ExUnit.start(trace: true)
Ecto.Adapters.SQL.Sandbox.mode(Chess.Repo, :manual)
Application.put_env(:wallaby, :base_url, ChessWeb.Endpoint.url)