| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import type { NoteMeta } from '@shared/ipc' |
| 3 | import type { PaneLayout } from './pane-layout' |
| 4 | import { getBufferNavigationTarget } from './buffer-navigation' |
nothing calls this directly
no test coverage detected