ash/test/test_helper.exs
Zach Daniel a53b61ddf4 feat: add Ash.Flow
feat: support recursive DSL entities.
improvement: unimport to avoid name collisions in nested DSLs
2022-03-15 17:42:29 -04:00

6 lines
210 B
Elixir

:erlang.system_flag(:backtrace_depth, 80)
ExUnit.start()
Logger.configure(level: :debug)
# We compile modules with the same name often while testing the DSL
Code.compiler_options(ignore_module_conflict: true)