(name: string)
| 6 | import { lintProject, shouldBlockRender } from "./lintProject.js"; |
| 7 | |
| 8 | function tmpProject(name: string): string { |
| 9 | return mkdtempSync(join(tmpdir(), `hf-test-${name}-`)); |
| 10 | } |
| 11 | |
| 12 | function validHtml(compId = "main"): string { |
| 13 | return `<html><body> |
no outgoing calls
no test coverage detected