summaryrefslogtreecommitdiff
path: root/test/test_helper.exs
blob: baf9e64c19a3ba49e2ed8619609eb4be4230e71e (plain) (blame)
1
2
3
Ecto.Adapters.SQL.Sandbox.mode(MatrixAppService.Repo, :manual)
ExUnit.configure(formatters: [JUnitFormatter, ExUnit.CLIFormatter])
ExUnit.start()