Didactopus/tests/test_frontend_files.py

6 lines
154 B
Python

from pathlib import Path
def test_frontend_scaffold_exists():
assert Path("webui/src/App.jsx").exists()
assert Path("webui/src/api.js").exists()