()
| 8 | const scriptPath = new URL("./check-repo-security.mjs", import.meta.url).pathname; |
| 9 | |
| 10 | function makeFixture() { |
| 11 | return mkdtempSync(join(tmpdir(), "repo-security-")); |
| 12 | } |
| 13 | |
| 14 | function write(root, filePath, content) { |
| 15 | const fullPath = join(root, filePath); |
no outgoing calls
no test coverage detected