()
| 483 | |
| 484 | describe("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(); |
no test coverage detected