server/test/test_helper.exs

3 lines
71 B
Elixir
Raw Permalink Normal View History

2023-11-28 17:50:13 +00:00
ExUnit.start()
2023-11-30 17:25:00 +00:00
Ecto.Adapters.SQL.Sandbox.mode(BoardWise.Repo, :manual)