actually add the line to do junit to test_helper.exs

devel
Rachel Fae Fox (foxiepaws) 2019-07-19 03:05:05 -04:00
parent 0d7555f22d
commit e7492481a2
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
ExUnit.configure formatters: [JUnitFormatter, ExUnit.CLIFormatter]
ExUnit.start()
Ecto.Adapters.SQL.Sandbox.mode(Gravure.Repo, :manual)