Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ orphanCleanup.test.ts
File
orphanCleanup.test.ts
packages/cli/src/utils/orphanCleanup.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
"vitest"
;
2
import
{ spawn } from
"node:child_process"
;
3
import
{ killProcessTree, killOrphanedProcesses } from
"./orphanCleanup.js"
;
4
Callers
nothing calls this directly
Calls
5
killProcessTree
Function · 0.85
killOrphanedProcesses
Function · 0.85
kill
Method · 0.80
on
Method · 0.65
spawn
Function · 0.50
Tested by
no test coverage detected