"resolutions": {
"@types/testing-library__jest-dom": "github:zoontek/types-testing-library-vitest-dom"
}
"overrides": {
"@types/testing-library__jest-dom": "github:zoontek/types-testing-library-vitest-dom"
}
import matchers from "@testing-library/jest-dom/matchers";
import { expect } from "vitest";
expect.extend(matchers);
This package contains type definitions for @testing-library/jest-dom (with vitest).
These definitions were written by Ernesto García, John Gozde, Seth Macpherson, and Andrew Leedham.