ash/test/test_helper.exs
2019-12-06 02:00:26 -05:00

4 lines
136 B
Elixir

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