From cb4fe81b9a5ed8afbafedb453dc8bcd7695354fa Mon Sep 17 00:00:00 2001 From: Liviu Burcusel Date: Thu, 15 Jan 2026 15:49:08 +0100 Subject: [PATCH] Tried to fix Sonar CS --- tests/layouts/default/Sidebar.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/layouts/default/Sidebar.test.ts b/tests/layouts/default/Sidebar.test.ts index 25250bb..71ced88 100644 --- a/tests/layouts/default/Sidebar.test.ts +++ b/tests/layouts/default/Sidebar.test.ts @@ -164,7 +164,7 @@ describe("SidebarLayout", () => { }); await flushPromises(); expect(wrapper.text()).toContain("Glowing Fiesta"); - expect(wrapper.text()).toContain(`v${useRuntimeConfig().public.appVersion}`); + expect(wrapper.text()).toContain(`v${useRuntimeConfig().public.appVersion as string}`); }); it("renders sidebar content correctly", async () => {