Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ renderable.spec.js
File
renderable.spec.js
packages/melonjs/tests/renderable.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ beforeAll, beforeEach, describe, expect, it } from
"vitest"
;
2
import
{ boot, Container, Renderable, video } from
"../src/index.js"
;
3
4
describe(
"Renderable"
, () => {
Callers
nothing calls this directly
Calls
14
addChild
Method · 0.80
isAttachedToRoot
Method · 0.80
addPostEffect
Method · 0.80
getPostEffect
Method · 0.80
removePostEffect
Method · 0.80
clearPostEffects
Method · 0.80
setup
Function · 0.70
getBounds
Method · 0.65
destroy
Method · 0.65
set
Method · 0.45
resize
Method · 0.45
shift
Method · 0.45
Tested by
no test coverage detected