Test helpers for asserting icon presence in rendered HTML.
Usage
import PhxIcons.Test
assert_icon render(view), "heroicons:heart"
refute_icon render(view), "heroicons:heart"
Summary
Functions
Asserts that the rendered HTML contains the given icon.
Refutes that the rendered HTML contains the given icon.