Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
Update ActiveSelection.spec.ts
  • Loading branch information
ShaMan123 committed Sep 10, 2023
1 parent 2bc75a2 commit dca03c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shapes/ActiveSelection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit dca03c8

Please sign in to comment.