| 1 | import { describe, it, expect, afterEach } from 'bun:test'; |
| 2 | import { createMockServer, jsonResponse, type MockServer } from '../../helpers/mock-server'; |
| 3 | import { default as queryCommand } from '../../../src/commands/search/query'; |
| 4 |
nothing calls this directly
no test coverage detected