Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ZToolsCenter/ZTools
/ pluginRemovalCleanup.test.ts
File
pluginRemovalCleanup.test.ts
tests/main/pluginRemovalCleanup.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeEach, describe, expect, it, vi } from
'vitest'
2
3
const
mockDbGet = vi.hoisted(() => vi.fn())
4
const
mockDbPut = vi.hoisted(() => vi.fn())
Callers
nothing calls this directly
Calls
3
removeDevProject
Method · 0.80
deletePlugin
Method · 0.80
setPluginMainPushDisabled
Method · 0.80
Tested by
no test coverage detected