| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import type { FolderEntry, VaultSettings } from '@shared/ipc' |
| 3 | import { listDatabaseLinkTargets, resolveDatabaseWikilink } from './database-links' |
| 4 |
nothing calls this directly
no test coverage detected