Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stackblitz/bolt.new
/ message-parser.spec.ts
File
message-parser.spec.ts
app/lib/runtime/message-parser.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it, vi } from
'vitest'
;
2
import
{ StreamingMessageParser,
type
ActionCallback,
type
ArtifactCallback } from
'./message-parser'
;
3
4
interface
ExpectedResult {
Callers
nothing calls this directly
Calls
2
runTest
Function · 0.85
parse
Method · 0.80
Tested by
no test coverage detected