| 1 | // biome-ignore lint/performance/noNamespaceImport: shim-drift test enumerates every named export. |
| 2 | import * as Sdk from '@serverbee/widget-sdk' |
| 3 | import { QueryClient } from '@tanstack/react-query' |
| 4 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest' |
nothing calls this directly
no test coverage detected