Current section

Files

Jump to
dbkv test test_helper.exs
Raw

test/test_helper.exs

# Always warnings as errors
if Version.match?(System.version(), "~> 1.10") do
Code.put_compiler_option(:warnings_as_errors, true)
end
ExUnit.start()