Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ player.test.ts
File
player.test.ts
packages/core/src/runtime/player.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi } from
"vitest"
;
2
import
{ createRuntimePlayer } from
"./player"
;
3
import
type
{ RuntimeTimelineLike } from
"./types"
;
4
Callers
nothing calls this directly
Calls
12
createRuntimePlayer
Function · 0.90
createNestedTimelineHarness
Function · 0.85
time
Method · 0.80
renderSeek
Method · 0.80
createMockDeps
Function · 0.70
createMockTimeline
Function · 0.70
play
Method · 0.65
pause
Method · 0.65
seek
Method · 0.65
getDuration
Method · 0.65
getTime
Method · 0.65
isPlaying
Method · 0.65
Tested by
no test coverage detected