| 1 | import { afterEach, describe, expect, it, spyOn } from "bun:test"; |
| 2 | import type { UnifiedSearchResult } from "@magic-context/core/features/magic-context/search"; |
| 3 | import * as searchModule from "@magic-context/core/features/magic-context/search"; |
| 4 | import { |
nothing calls this directly
no test coverage detected