Tried to fix Sonar CS
All checks were successful
Production PR / QA Tests (pull_request) Successful in 45s
All checks were successful
Production PR / QA Tests (pull_request) Successful in 45s
This commit is contained in:
parent
dc65e01bec
commit
cb4fe81b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue