We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please see this issue and reproduction : kulshekhar/ts-jest#4294
In the https://github.com/thisismydesign/nestjs-starter/blob/master/jest.config.ts#L8 file :
'^.+\\.(t|j)s$': 'ts-jest',
'^.+\\.ts$': 'ts-jest',
The text was updated successfully, but these errors were encountered:
8d0f070
Merge pull request #469 from LoganTann/patch-1
327056c
fix: exclude .js files from ts-jest (resolves #468 )
Successfully merging a pull request may close this issue.
Please see this issue and reproduction : kulshekhar/ts-jest#4294
In the https://github.com/thisismydesign/nestjs-starter/blob/master/jest.config.ts#L8 file :
'^.+\\.(t|j)s$': 'ts-jest',
'^.+\\.ts$': 'ts-jest',
The text was updated successfully, but these errors were encountered: