Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ container.spec.js
File
container.spec.js
packages/melonjs/tests/container.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeAll, beforeEach, describe, expect, it, vi } from
"vitest"
;
2
import
{ Body, Container, Rect, Renderable, World } from
"../src/index.js"
;
3
4
describe(
"Container"
, () => {
Callers
nothing calls this directly
Calls
15
isAttachedToRoot
Method · 0.80
addChild
Method · 0.80
removeChildNow
Method · 0.80
getChildAt
Method · 0.80
addChildAt
Method · 0.80
swapChildren
Method · 0.80
getChildIndex
Method · 0.80
hasChild
Method · 0.80
getChildByProp
Method · 0.80
getChildByType
Method · 0.80
getChildByName
Method · 0.80
getChildren
Method · 0.80
Tested by
no test coverage detected