()
| 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(); |
no test coverage detected