"resolutions": {
"@types/testing-library__jest-dom": "github:erictaylor/types-testing-library-vitest-dom"
}
"overrides": {
"@types/testing-library__jest-dom": "github:erictaylor/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 to be used with Vitest without using all the Jest global typing.