(monkeypatch: pytest.MonkeyPatch, web_dir: Path)
| 27 | |
| 28 | |
| 29 | def _patch_web_dir(monkeypatch: pytest.MonkeyPatch, web_dir: Path): |
| 30 | monkeypatch.setattr(frontend_skeleton, "get_web_dir", lambda: web_dir) |
| 31 | monkeypatch.setattr(js_runtimes, "get_web_dir", lambda: web_dir) |
| 32 | |
| 33 | |
| 34 | def _patch_frontend_package_manager( |
no outgoing calls
no test coverage detected