ash/test/test_helper.exs

6 lines
168 B
Elixir
Raw Normal View History

2019-10-03 16:08:36 +13:00
ExUnit.start()
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)