Closed zim32 closed 2 months ago
The same error even if I try to disable tranformations by adding transform: {}
to jest config.
Sorry was my mistake
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Version
29.7.0
Steps to reproduce
Here is my
jest.config.js
:My
dist/cjs/tests
folder contains files compiled by typescript. F.e.Every time I run
npx jest
it give me this error:Expected behavior
I expect that jest ignores
.d.ts
,.ts
or any non.js
files in test dir.Actual behavior
Additional context
No response
Environment