/ apps / echo_shared / test / test_helper.exs
test_helper.exs
1  ExUnit.start()
2  
3  # Start the application (test.exs configures Sandbox pool)
4  {:ok, _} = Application.ensure_all_started(:echo_shared)
5  
6  # Setup sandbox mode for database tests
7  Ecto.Adapters.SQL.Sandbox.mode(EchoShared.Repo, :manual)