| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import type { DaemonRegistryEntry } from '../../daemon/daemon-registry.ts'; |
| 3 | |
| 4 | const originalEntry: DaemonRegistryEntry = { |
nothing calls this directly
no test coverage detected