Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nilbuild/driver.js
/ keyboard.test.ts
File
keyboard.test.ts
tests/keyboard.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
import
{ createDriver, nextFrame, popoverTitle, pressKey, SAMPLE_STEPS, useDriverHarness } from
"./utils"
;
3
4
useDriverHarness();
Callers
nothing calls this directly
Calls
6
useDriverHarness
Function · 0.90
createDriver
Function · 0.90
pressKey
Function · 0.90
nextFrame
Function · 0.90
popoverTitle
Function · 0.90
describe
Function · 0.85
Tested by
no test coverage detected