From 42e90f1a732ed9ffe2e6aaa37e2e9ed1c8f1ce90 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Mon, 9 Mar 2026 03:47:39 +0100 Subject: [PATCH] fix: resolve ESLint and formatting issues for CI compliance --- test/explorer.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/explorer.test.ts b/test/explorer.test.ts index 91460f7..51e4314 100644 --- a/test/explorer.test.ts +++ b/test/explorer.test.ts @@ -35,4 +35,3 @@ describe("Explorer Component", () => { expect(typeof component.afterDOMLoaded).toBe("string"); }); }); -