update frontend lib : jsdom + unhead - #1815

This commit is contained in:
Laurent GAY
2025-10-24 15:43:29 +02:00
committed by setop
parent d971fd77af
commit b5852a95eb
4 changed files with 357 additions and 445 deletions

View File

@@ -1,6 +1,6 @@
import "./specs/mocks/matchMedia";
import { config } from "@vue/test-utils";
import { createHead } from "@unhead/vue";
import { createHead } from "@unhead/vue/client";
import { i18n } from "@/utils/i18n";
import { afterEach, beforeEach, vi } from "vitest";