MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / fileWatcher.test.ts

File fileWatcher.test.ts

packages/cli/src/server/fileWatcher.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { EventEmitter } from "node:events";
2import { describe, expect, it, vi } from "vitest";
3
4const mockWatcher = new EventEmitter() as EventEmitter & { close: () => void };

Callers

nothing calls this directly

Calls 2

shouldWatchProjectFileFunction · 0.85
createProjectWatcherFunction · 0.85

Tested by

no test coverage detected