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
Watch mode in combination with ts-jest let's test suites pass regardless of TypeScript errors in the spec file.
Please see the repository that I provided below and follow the reproduction steps in its README.
Watch mode should not miraculously turn failing tests into passing tests.
https://github.com/fischeversenker/ts-jest-error-repro
The debug log was too long to fit in a GitHub comment so I added it to the reproduction repository: ts-jest.log
System: OS: Linux 4.19 Ubuntu 20.04.1 (WSL 2 on Windows 10) Node version: 14.15.4 Npm packages: jest: 26.6.3 ts-jest: 26.5.4 typescript: 4.2.4
The text was updated successfully, but these errors were encountered:
duplicate with #943 which was fixed under next tag. You can try it out.
next
Sorry, something went wrong.
Thanks for the info. I can confirm that this bug is indeed fixed with ts-jest@27.0.0-next.10 (in combination with jest@27.0.0-next.8) 🎉 🙏
ts-jest@27.0.0-next.10
jest@27.0.0-next.8
No branches or pull requests
🐛 Bug Report
Watch mode in combination with ts-jest let's test suites pass regardless of TypeScript errors in the spec file.
To Reproduce
Please see the repository that I provided below and follow the reproduction steps in its README.
Expected behavior
Watch mode should not miraculously turn failing tests into passing tests.
Link to repl or repo (highly encouraged)
https://github.com/fischeversenker/ts-jest-error-repro
Debug log:
The debug log was too long to fit in a GitHub comment so I added it to the reproduction repository: ts-jest.log
envinfo
The text was updated successfully, but these errors were encountered: