Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ clock-drift.test.ts
File
clock-drift.test.ts
packages/core/src/runtime/clock-drift.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
"vitest"
;
2
import
{ TransportClock } from
"./clock"
;
3
4
describe(
"TransportClock eliminates pause/play drift (issue #668)"
, () => {
Callers
nothing calls this directly
Calls
9
mockSeek
Function · 0.85
now
Method · 0.80
reachedEnd
Method · 0.80
abs
Method · 0.80
play
Method · 0.65
pause
Method · 0.65
seek
Method · 0.65
isPlaying
Method · 0.65
setRate
Method · 0.45
Tested by
no test coverage detected