Added Terms Of Service and Privacy Policies pages. #1
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