From bc8af28b0338e034b1d4a7a6eaaa86449cd540bf Mon Sep 17 00:00:00 2001 From: Max Veytsman Date: Wed, 31 Aug 2022 17:29:15 -0400 Subject: [PATCH] Load saxy in tests --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 2ae1d24..06d193c 100644 --- a/mix.exs +++ b/mix.exs @@ -29,7 +29,7 @@ defmodule HeroiconsElixir.MixProject do {:phoenix_html, "~> 2.14 or ~> 3.0"}, {:phoenix_live_view, ">= 0.16.0", optional: true}, {:ex_doc, "~> 0.23", only: :dev, runtime: false}, - {:saxy, "~> 1.4", only: :dev} + {:saxy, "~> 1.4", only: [:dev, :test]} ] end