ash_postgres/test/test_helper.exs

6 lines
133 B
Elixir
Raw Normal View History

2019-10-07 09:36:18 +13:00
ExUnit.start()
ExUnit.configure(stacktrace_depth: 100)
2020-09-03 20:18:11 +12:00
AshPostgres.TestRepo.start_link()
AshPostgres.TestNoSandboxRepo.start_link()