MCPcopy 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

1import { describe, it, expect, beforeEach, vi } from 'vitest';
2
3// Mock fs.watch and fs.readdirSync to avoid side effects
4vi.mock('fs', async (importOriginal) => {

Callers

nothing calls this directly

Calls 5

registerCommandMethod · 0.80
getCommandMethod · 0.80
toggleCommandMethod · 0.80
getCommandsByCategoryMethod · 0.80
findSuggestionMethod · 0.80

Tested by

no test coverage detected