ash_postgres/test/test_helper.exs

5 lines
133 B
Elixir

ExUnit.start()
ExUnit.configure(stacktrace_depth: 100)
AshPostgres.TestRepo.start_link()
AshPostgres.TestNoSandboxRepo.start_link()