| 1 | import { beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | |
| 3 | import { findBuiltInSlashCommand, resolveSlashCommandAvailability } from '#/tui/commands/index'; |
| 4 | import type { SlashCommandHost } from '#/tui/commands/dispatch'; |
nothing calls this directly
no test coverage detected