| 1 | import { generateLink, generateLinkWithBasename, generateLinkWithDisplay, getProjectDisplayName, parseLinkToPath } from '../../../src/utils/linkUtils'; |
| 2 | import { MockObsidian } from '../../helpers/obsidian-runtime'; |
| 3 | import type { App, TFile } from 'obsidian'; |
| 4 |
nothing calls this directly
no test coverage detected