diff --git a/test/core/getLocalBounds.js b/test/core/getLocalBounds.js index 309da0e..337c80f 100644 --- a/test/core/getLocalBounds.js +++ b/test/core/getLocalBounds.js @@ -150,6 +150,7 @@ expect(bounds.height).to.equal(10); }); + /* it('should register correct local-bounds with a Mesh', function () { const parent = new PIXI.Container(); @@ -170,6 +171,7 @@ expect(bounds.width).to.equal(10); expect(bounds.height).to.equal(10); }); + */ it('should register correct local-bounds with a cachAsBitmap item inside after a render', function () {