Better Phoenix function components tests with ~H sigil
Notes
There are 2 ways to test Phoenix function components:
render_component/3rendered_to_string/1+ ~H sigil
Use the second one every time!
So much nicer ergonomics and allows us to test more complex components (e.g. with slots). 🥳