MCPcopy Create free account
hub / github.com/melonjs/melonJS / application.spec.js

File application.spec.js

packages/melonjs/tests/application.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeAll, describe, expect, it, vi } from "vitest";
2import { game as gameFromModule } from "../src/application/application.ts";
3import {
4 Application,

Callers

nothing calls this directly

Calls 12

bootFunction · 0.90
emitFunction · 0.85
repaintMethod · 0.80
getCanvasMethod · 0.80
removeChildMethod · 0.80
resumeMethod · 0.80
freezeMethod · 0.80
addChildMethod · 0.80
initMethod · 0.65
destroyMethod · 0.65
resizeMethod · 0.45
pauseMethod · 0.45

Tested by

no test coverage detected