ash/test/test_helper.exs

6 lines
189 B
Elixir
Raw Normal View History

ExUnit.start(stacktrace_depth: 100)
2020-04-26 15:56:21 +12:00
Logger.configure(level: :debug)
2019-12-06 20:00:26 +13:00
# We compile modules with the same name often while testing the DSL
Code.compiler_options(ignore_module_conflict: true)