Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
function
fakeModule() {
48
return
defineWidget({
49
configSchema: z.object({}),
50
component: () => null
51
})
52
}
53
54
describe(
'bootstrapLoader'
, () => {
55
beforeEach(() => {
Callers
1
loader.test.ts
File · 0.85
Calls
1
defineWidget
Function · 0.90
Tested by
no test coverage detected