test_html.py 152 B

123456
  1. from reflex.components.el.constants.html import ATTR_TO_ELEMENTS, ELEMENTS
  2. def test_html_constants():
  3. assert ELEMENTS
  4. assert ATTR_TO_ELEMENTS