ash/test/test_helper.exs

13 lines
352 B
Elixir
Raw Normal View History

exclude = [
ash_three: System.get_env("FLAG_ASH_THREE", "false") != "true"
]
Mimic.copy(Ash.Reactor.Notifications)
Mimic.copy(Ash.DataLayer)
ExUnit.start(stacktrace_depth: 100, exclude: exclude)
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)