1
0
mirror of https://github.com/danbee/chess synced 2026-06-21 05:12:22 +00:00
chess/test/test_helper.exs
2023-02-04 21:35:56 -06:00

8 lines
198 B
Elixir

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