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

Function setup

packages/melonjs/tests/renderable.spec.js:286–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284
285 describe("postEffect pipeline integration", () => {
286 const setup = () => {
287 boot();
288 video.init(800, 600, {
289 parent: "screen",
290 scale: "auto",
291 renderer: video.CANVAS,
292 });
293 };
294
295 it("preDraw with single effect should set customShader", () => {
296 setup();

Callers 1

renderable.spec.jsFile · 0.70

Calls 2

bootFunction · 0.90
initMethod · 0.65

Tested by

no test coverage detected