NestJS & Jest: The presence of jest.config.ts causes “strange behavior” during build
I have a Nestjs service inside my monorepo project with the following structure:
ts-jest tests randomly failing due to parser?
I’m trying to execute some tests with ts-jest.
The problem is that the parser sometimes breaks and throws errors that don’t make any sense, like in the image.