Add PhoenixTest case

This commit is contained in:
2024-11-03 13:44:51 +01:00
parent a9e2ca5cf6
commit fcc9058654
5 changed files with 19 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ defmodule Mihainator.MixProject do
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.5"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:phoenix_test, "~> 0.4.2", only: :test, runtime: false},
{:csv, "~> 3.2"},
{:timex, "~> 3.7"}
]