Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/mux
/ WorktreeRuntime.test.ts
File
WorktreeRuntime.test.ts
src/node/runtime/WorktreeRuntime.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, beforeEach, afterEach } from
"bun:test"
;
2
import
{ execSync } from
"node:child_process"
;
3
import
* as os from
"os"
;
4
import
* as path from
"path"
;
Callers
nothing calls this directly
Calls
4
getWorkspacePath
Method · 0.65
ensureReady
Method · 0.65
createWorkspace
Method · 0.65
forkWorkspace
Method · 0.65
Tested by
no test coverage detected