| 1 | import { beforeEach, describe, it, expect } from 'vitest'; |
| 2 | import { type Store, createStore, createSelectionState } from '../../src/state'; |
| 3 | import type { Annotation } from '../../src/model'; |
| 4 |
nothing calls this directly
no test coverage detected