Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/garrytan/gstack
/ watchdog.test.ts
File
watchdog.test.ts
browse/test/watchdog.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, test, expect, afterEach } from
'bun:test'
;
2
import
{ spawn,
type
Subprocess } from
'bun'
;
3
import
* as path from
'path'
;
4
import
* as fs from
'fs'
;
Callers
nothing calls this directly
Calls
5
spawn
Function · 0.90
spawnServer
Function · 0.85
readStdoutUntil
Function · 0.85
isProcessAlive
Function · 0.70
test
Function · 0.50
Tested by
no test coverage detected