Load saxy in tests

This commit is contained in:
Max Veytsman
2022-08-31 17:29:15 -04:00
parent 093383a73a
commit bc8af28b03

View File

@ -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