From 7d70bd354243d738dbdd8b7530ac1b73aea77f24 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Mon, 9 Mar 2026 03:47:43 +0100 Subject: [PATCH] fix: resolve ESLint and formatting issues for CI compliance --- test/graph.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/graph.test.ts b/test/graph.test.ts index 7a41095..511f28f 100644 --- a/test/graph.test.ts +++ b/test/graph.test.ts @@ -40,4 +40,3 @@ describe("Graph Component", () => { expect(typeof component.afterDOMLoaded).toBe("string"); }); }); -