mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
8 lines
198 B
Elixir
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())
|