MCPcopy
hub / github.com/PatrickJS/awesome-cursorrules / makeFixture

Function makeFixture

scripts/convert-readme-links.test.mjs:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected