ash_postgres/test/test_helper.exs
Zach Daniel dae39f5fda feat: support expression based calculations
feat: support concat + if expressions
improvement: various other improvements
2021-06-04 01:48:35 -04:00

4 lines
90 B
Elixir

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