MCPcopy Create free account
hub / github.com/chhoumann/quickadd / makePathHarness

Function makePathHarness

src/engine/TemplateInsertEngine.test.ts:485–487  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483
484describe("TemplateInsertEngine.computeChoiceTargetPath", () => {
485 function makePathHarness() {
486 return makeHarness({ templateContent: "", noteContent: "" });
487 }
488
489 it("returns renamed path in the note's folder when only file name format is set", async () => {
490 const harness = makePathHarness();

Callers 1

Calls 1

makeHarnessFunction · 0.85

Tested by

no test coverage detected