MCPcopy 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

1import { afterAll, beforeAll, describe, expect, it } from "vitest";
2import { boot, Container, Sprite, video } from "../src/index.js";
3
4describe("Sprite", () => {

Callers

nothing calls this directly

Calls 15

bootFunction · 0.90
makeStubFunction · 0.85
fullDrawFunction · 0.85
makeSpriteFunction · 0.85
createCanvasMethod · 0.80
addChildMethod · 0.80
removeChildMethod · 0.80
sortMethod · 0.80
drawOnceFunction · 0.70
initMethod · 0.65
getBoundsMethod · 0.65
destroyMethod · 0.65

Tested by

no test coverage detected