ash_postgres/test/test_helper.exs

6 lines
150 B
Elixir
Raw Normal View History

ExUnit.start(capture_log: true)
ExUnit.configure(stacktrace_depth: 100)
2020-09-03 20:18:11 +12:00
AshPostgres.TestRepo.start_link()
AshPostgres.TestNoSandboxRepo.start_link()