From ca2fbd9fdd4f4d12be35ccde61e4ebcfa4078c91 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 6 Sep 2026 16:26:04 +0200 Subject: [PATCH] fix build --- commafeed-client/src/setupTests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-client/src/setupTests.ts b/commafeed-client/src/setupTests.ts index 5229ceb3..f6a47793 100644 --- a/commafeed-client/src/setupTests.ts +++ b/commafeed-client/src/setupTests.ts @@ -1,4 +1,4 @@ -import "@testing-library/jest-dom" +import "@testing-library/jest-dom/vitest" import { vi } from "vitest" import { Constants } from "@/app/constants"