Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ agentSession.agentSkillSnapshot.test.ts
File
agentSession.agentSkillSnapshot.test.ts
src/node/services/agentSession.agentSkillSnapshot.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, mock, afterEach, spyOn } from
"bun:test"
;
2
import
* as fs from
"node:fs/promises"
;
3
import
* as os from
"node:os"
;
4
import
* as path from
"node:path"
;
Callers
nothing calls this directly
Calls
9
createMuxMessage
Function · 0.90
createAgentSessionHarness
Function · 0.90
createTestWorkspaceWithSkill
Function · 0.85
createTestWorkspaceWithSkills
Function · 0.85
appendToHistory
Method · 0.80
createSessionHarness
Function · 0.70
getMessageText
Function · 0.70
sendMessage
Method · 0.65
writeFile
Method · 0.65
Tested by
no test coverage detected