ash/test/test_helper.exs
Zach Daniel bee1150385
WIP
2020-04-12 18:52:52 -04:00

5 lines
168 B
Elixir

ExUnit.start()
Logger.configure(level: :error)
# We compile modules with the same name often while testing the DSL
Code.compiler_options(ignore_module_conflict: true)