fix: duplication tests pointer state leaking between tests

This commit is contained in:
dwelle 2025-04-18 10:59:17 +02:00
parent a5d6939826
commit 2114a799af
5 changed files with 14 additions and 10 deletions

View file

@ -1,4 +1,3 @@
import React from "react";
import { pointFrom } from "@excalidraw/math";
import {
@ -472,7 +471,7 @@ describe("group-related duplication", () => {
expect(h.state.editingGroupId).toBe("group1");
});
it.skip("alt-duplicating within group away outside frame", () => {
it("alt-duplicating within group away outside frame", () => {
const frame = API.createElement({
type: "frame",
x: 0,