Load Mox only in test

This commit is contained in:
Claudio Ortolina
2024-11-19 18:41:14 +00:00
parent 97c1301209
commit c465db4981
+1 -1
View File
@@ -45,7 +45,7 @@ defmodule MusicLibrary.MixProject do
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
{:phoenix_live_view, "~> 1.0.0-rc.7", override: true},
{:floki, ">= 0.30.0", only: :test},
{:mox, "~> 1.2"},
{:mox, "~> 1.2", only: :test},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2", runtime: Mix.env() == :dev},