MCPcopy Create free account
hub / github.com/melonjs/melonJS / setup

Function setup

packages/melonjs/tests/trigger.spec.js:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12} from "../src/index.js";
13
14const setup = () => {
15 boot();
16 video.init(800, 600, {
17 parent: "screen",
18 scale: "auto",
19 renderer: video.CANVAS,
20 });
21};
22
23describe("Trigger", () => {
24 describe("constructor", () => {

Callers 1

trigger.spec.jsFile · 0.70

Calls 2

bootFunction · 0.90
initMethod · 0.65

Tested by

no test coverage detected