ash/test/test_helper.exs
Zach Daniel 5c81d2b4a7 fix: properly do pagination
docs: fix some docs, add some guides
2022-09-11 22:19:37 -04:00

6 lines
211 B
Elixir

:erlang.system_flag(:backtrace_depth, 100)
ExUnit.start()
Logger.configure(level: :debug)
# We compile modules with the same name often while testing the DSL
Code.compiler_options(ignore_module_conflict: true)