We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7653452 commit 83a4a73Copy full SHA for 83a4a73
packages/testing/src/mocks/pixi-base.ts
@@ -403,6 +403,7 @@ export class MockApplication extends MockEventEmitter {
403
stage: MockContainer = new MockContainer();
404
screen: MockRectangle = new MockRectangle(800, 600);
405
view: HTMLCanvasElement;
406
+ destroyed: boolean = false;
407
renderer: any = {
408
width: 800,
409
height: 600,
0 commit comments