diff --git a/src/data/transform.test.ts b/src/data/transform.test.ts index 30fa5799a..afbbb9102 100644 --- a/src/data/transform.test.ts +++ b/src/data/transform.test.ts @@ -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 .spyOn(console, "error") .mockImplementationOnce(() => void 0);