Didactopus/tests/test_webui_files.py

5 lines
160 B
Python

from pathlib import Path
def test_webui_scaffold_exists() -> None:
assert Path("webui/src/App.jsx").exists()
assert Path("webui/package.json").exists()