We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd874dc commit ff12d2fCopy full SHA for ff12d2f
1 file changed
ui/goose2/src/test/setup.ts
@@ -1,6 +1,8 @@
1
import React from "react";
2
-import "@testing-library/jest-dom/vitest";
3
-import { beforeEach, vi } from "vitest";
+import * as matchers from "@testing-library/jest-dom/matchers";
+import { beforeEach, expect, vi } from "vitest";
4
+
5
+expect.extend(matchers);
6
7
import { DEFAULT_LOCALE, TRANSLATION_NAMESPACES, i18n } from "@/shared/i18n";
8
0 commit comments