Tried to fix Sonar CS
All checks were successful
Production PR / QA Tests (pull_request) Successful in 45s

This commit is contained in:
Liviu Burcusel 2026-01-15 15:49:08 +01:00
parent dc65e01bec
commit cb4fe81b9a
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -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 () => {