Use fast_html for tests

Gives a visible speed bump: on a M1 machine tests go from 1.7s to 1.2s
This commit is contained in:
Claudio Ortolina
2025-03-23 08:16:39 +00:00
parent 0f815f5dff
commit 15c20f6803
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@ defmodule MusicLibrary.MixProject do
# Test tooling
{:phoenix_test, "~> 0.5.1", only: :test},
{:floki, ">= 0.30.0", only: :test},
{:fast_html, "~> 2.0", only: :test},
# Prod error/perf tooling
{:phoenix_live_dashboard, "~> 0.8.3"},