MCPcopy 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
25async function loadCommands() {
26 vi.resetModules()
27 localStorage.clear()
28 return {
29 ...(await import('../store')),
30 ...(await import('./commands'))
31 }
32}
33
34beforeEach(() => {
35 vi.restoreAllMocks()

Callers 1

commands.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected