| 1 | import { describe, expect, it } from 'bun:test' |
| 2 | import { getStatusLineActiveLabel } from './activeLabel.js' |
| 3 | |
| 4 | function makeState(overrides: Partial<Parameters<typeof getStatusLineActiveLabel>[0]> = {}) { |
nothing calls this directly
no test coverage detected