Skip to content

Commit

Permalink
Update ActiveSelection.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Sep 10, 2023
1 parent 2bc75a2 commit 782f2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/ActiveSelection.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('ActiveSelection', () => {
});

// remove todo once #9152 is merged
it.todo('should not set coords in the constructor', () => {
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 782f2d4

Please sign in to comment.