mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
import matchers from "@testing-library/jest-dom/matchers";
|
|
import { expect } from "vitest";
|
|
|
|
expect.extend(matchers);
|