Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GlobalTechInfo/MEGA-MD
/ commandHandler.test.js
File
commandHandler.test.js
test/unit/commandHandler.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, vi } from
'vitest'
;
2
3
// Mock fs.watch and fs.readdirSync to avoid side effects
4
vi.mock(
'fs'
,
async
(importOriginal) => {
Callers
nothing calls this directly
Calls
5
registerCommand
Method · 0.80
getCommand
Method · 0.80
toggleCommand
Method · 0.80
getCommandsByCategory
Method · 0.80
findSuggestion
Method · 0.80
Tested by
no test coverage detected