| 1 | import { defineWidget, type WidgetManifest, z } from '@serverbee/widget-sdk' |
| 2 | import { beforeEach, describe, expect, it, vi } from 'vitest' |
| 3 | import { bootstrapLoader } from './loader' |
| 4 | import { useWidgetRegistry } from './registry' |
nothing calls this directly
no test coverage detected