Load saxy in tests
This commit is contained in:
2
mix.exs
2
mix.exs
@ -29,7 +29,7 @@ defmodule HeroiconsElixir.MixProject do
|
|||||||
{:phoenix_html, "~> 2.14 or ~> 3.0"},
|
{:phoenix_html, "~> 2.14 or ~> 3.0"},
|
||||||
{:phoenix_live_view, ">= 0.16.0", optional: true},
|
{:phoenix_live_view, ">= 0.16.0", optional: true},
|
||||||
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
|
{:ex_doc, "~> 0.23", only: :dev, runtime: false},
|
||||||
{:saxy, "~> 1.4", only: :dev}
|
{:saxy, "~> 1.4", only: [:dev, :test]}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user