Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ state.test.tsx
File
state.test.tsx
packages/2d/src/lib/components/__tests__/state.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import {createSignal, join, waitFor} from
'@revideo/core'
;
2
import {describe, expect, it} from
'vitest'
;
3
import {Circle} from
'../Circle'
;
4
import {generatorTest} from
'./generatorTest'
;
Callers
nothing calls this directly
Calls
10
mockScene2D
Function · 0.90
createSignal
Function · 0.90
generatorTest
Function · 0.90
waitFor
Function · 0.90
join
Function · 0.90
signal
Function · 0.85
end
Method · 0.80
restore
Method · 0.80
save
Method · 0.65
isInitial
Method · 0.65
Tested by
no test coverage detected