From de0f35454a96286c78fb95a0a6fae9280cb59183 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 4 Sep 2023 13:22:06 +0530 Subject: [PATCH] remove only --- src/data/transform.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);