Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ sprite.spec.js
File
sprite.spec.js
packages/melonjs/tests/sprite.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterAll, beforeAll, describe, expect, it } from
"vitest"
;
2
import
{ boot, Container, Sprite, video } from
"../src/index.js"
;
3
4
describe(
"Sprite"
, () => {
Callers
nothing calls this directly
Calls
15
boot
Function · 0.90
makeStub
Function · 0.85
fullDraw
Function · 0.85
makeSprite
Function · 0.85
createCanvas
Method · 0.80
addChild
Method · 0.80
removeChild
Method · 0.80
sort
Method · 0.80
drawOnce
Function · 0.70
init
Method · 0.65
getBounds
Method · 0.65
destroy
Method · 0.65
Tested by
no test coverage detected