MCPcopy Create free account
hub / github.com/ZingerLittleBee/ServerBee / fakeModule

Function fakeModule

apps/web/src/widgets-runtime/loader.test.ts:47–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47function fakeModule() {
48 return defineWidget({
49 configSchema: z.object({}),
50 component: () => null
51 })
52}
53
54describe('bootstrapLoader', () => {
55 beforeEach(() => {

Callers 1

loader.test.tsFile · 0.85

Calls 1

defineWidgetFunction · 0.90

Tested by

no test coverage detected