| 1 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | import { createQueryManager, type QueryNode, type ToolProvider } from "../queryManager"; |
| 3 | |
| 4 | function node(statementId: string, refreshInterval = 0): QueryNode { |
nothing calls this directly
no test coverage detected