ash_postgres/test/test_helper.exs
2024-08-12 14:48:45 -04:00

5 lines
150 B
Elixir

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