From dca03c8350c3cd856e8a27de704a1c3564457eb5 Mon Sep 17 00:00:00 2001 From: ShaMan123 Date: Sun, 10 Sep 2023 12:17:51 +0530 Subject: [PATCH] skip Update ActiveSelection.spec.ts --- src/shapes/ActiveSelection.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shapes/ActiveSelection.spec.ts b/src/shapes/ActiveSelection.spec.ts index cb4a0cb806b..c7f6e393404 100644 --- a/src/shapes/ActiveSelection.spec.ts +++ b/src/shapes/ActiveSelection.spec.ts @@ -57,8 +57,8 @@ describe('ActiveSelection', () => { expect(selection.item(0).getCenterPoint()).toEqual({ x: 50, y: 50 }); }); - // remove todo once #9152 is merged - it.todo('should not set coords in the constructor', () => { + // remove skip once #9152 is merged + it.skip('should not set coords in the constructor', () => { const spy = jest.spyOn(ActiveSelection.prototype, 'setCoords'); new ActiveSelection([ new FabricObject({