()
| 11 | const defaultIssueUrl = `${GITHUB_ORIGIN}/${DEFAULT_REPOSITORY}/issues/1`; |
| 12 | |
| 13 | function makeFixture() { |
| 14 | return mkdtempSync(join(tmpdir(), "readme-links-")); |
| 15 | } |
| 16 | |
| 17 | function write(root, filePath, content) { |
| 18 | const fullPath = join(root, filePath); |
no outgoing calls
no test coverage detected