remove only
This commit is contained in:
parent
d393a1c048
commit
de0f35454a
@ -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…
x
Reference in New Issue
Block a user