Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ systemMessage.test.ts
File
systemMessage.test.ts
extensions/cli/src/systemMessage.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
"vitest"
;
2
3
// Use the actual implementation instead of the mocked one
4
vi.unmock(
"./systemMessage.js"
);
Callers
nothing calls this directly
Calls
2
constructSystemMessage
Function · 0.85
mock
Method · 0.80
Tested by
no test coverage detected