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
+2
View File
@@ -49,3 +49,5 @@ config :music_library, MusicBrainz,
]
config :phoenix_test, :endpoint, MusicLibraryWeb.Endpoint
config :floki, :html_parser, Floki.HTMLParser.FastHtml