Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZenNotes/zennotes
/ loadCommands
Function
loadCommands
packages/app-core/src/lib/commands.test.ts:25–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
async
function
loadCommands() {
26
vi.resetModules()
27
localStorage.clear()
28
return
{
29
...(
await
import
(
'../store'
)),
30
...(
await
import
(
'./commands'
))
31
}
32
}
33
34
beforeEach(() => {
35
vi.restoreAllMocks()
Callers
1
commands.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected