Open
Description
@testing-library/jest-dom
version: 6.1.4node
version: 20.3.1vitest
version:~0.32.0npm
version: 9.6.7
Relevant code or config:
vitest-setup.ts
import '@testing-library/jest-dom/vitest';
tsConfig include
"include": [
"src/**/*.js",
"src/**/*.jsx",
"src/**/*.ts",
"src/**/*.tsx",
]

Problem description:
I am using vite with nx setup. I am trying to use jest-dom. Tests is running fine. But I am not able to resolve typescript type.
I have followed the doc properly.
Metadata
Metadata
Assignees
Labels
No labels