test_compiler_utils.py 248 B

123456789101112131415
  1. from reflex.compiler.utils import get_asset_path
  2. def TestState(State):
  3. pass
  4. def test_compile_state():
  5. # TODO: Implement test for compile_state function.
  6. pass
  7. def test_get_assets_path():
  8. path = get_asset_path()
  9. assert path