Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ children.test.tsx
File
children.test.tsx
packages/2d/src/lib/components/__tests__/children.test.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import {createRef, createSignal, range} from
'@revideo/core'
;
2
import {describe, expect, it} from
'vitest'
;
3
import {useScene2D} from
'../../scenes'
;
4
import {Node} from
'../Node'
;
Callers
nothing calls this directly
Calls
8
mockScene2D
Function · 0.90
useScene2D
Function · 0.90
createRef
Function · 0.90
createSignal
Function · 0.90
range
Function · 0.90
getView
Method · 0.80
removeChildren
Method · 0.80
add
Method · 0.65
Tested by
no test coverage detected