Add junit to exunit

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-01-12 20:09:44 +01:00
parent b70321e377
commit 79e00a65b8
5 changed files with 12 additions and 2 deletions

View File

@@ -146,7 +146,8 @@ defmodule Mobilizon.Mixfile do
{:credo, "~> 1.5", only: [:dev, :test], runtime: false},
{:mock, "~> 0.3.4", only: :test},
{:elixir_feed_parser, "~> 2.1.0", only: :test},
{:mox, "~> 1.0", only: :test}
{:mox, "~> 1.0", only: :test},
{:junit_formatter, "~> 3.1", only: [:test]}
] ++ oauth_deps()
end