Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ EventEmitter } from
"node:events"
;
2
import
{ describe, expect, it, vi } from
"vitest"
;
3
4
const
mockWatcher =
new
EventEmitter() as EventEmitter & { close: () => void };
Callers
nothing calls this directly
Calls
2
shouldWatchProjectFile
Function · 0.85
createProjectWatcher
Function · 0.85
Tested by
no test coverage detected