mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove only
This commit is contained in:
parent
d393a1c048
commit
de0f35454a
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ describe("Test Transform", () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only("should bind arrows to existing elements if ids are correct", () => {
|
it("should bind arrows to existing elements if ids are correct", () => {
|
||||||
const consoleErrorSpy = vi
|
const consoleErrorSpy = vi
|
||||||
.spyOn(console, "error")
|
.spyOn(console, "error")
|
||||||
.mockImplementationOnce(() => void 0);
|
.mockImplementationOnce(() => void 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue