Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel-labs/wterm
/ wterm.test.ts
File
wterm.test.ts
packages/@wterm/dom/src/__tests__/wterm.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach, vi } from
"vitest"
;
2
import
type
{ WasmBridge } from
"@wterm/core"
;
3
4
function
createMockBridge(): WasmBridge {
Callers
nothing calls this directly
Calls
6
createMockBridge
Function · 0.70
init
Method · 0.65
write
Method · 0.65
resize
Method · 0.65
focus
Method · 0.65
destroy
Method · 0.45
Tested by
no test coverage detected