-
Notifications
You must be signed in to change notification settings - Fork 457
New issue
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
How to fail all tests or exit jest when there are TSC errors? #250
Comments
related: #219 In this sample repo: https://github.com/masters3d/xts-jest-hello-world |
related: #79 Seems to be a limitation on the compiler to emit errors We could get diagnostics but then how does Jest display those. Tricky. |
We are just going to use |
It was so surprising to discover ts-jest doesn't check for compilation errors ! This is especially bad in watch mode. |
How do I fail the jest's tests when there are TSC errors?
Tests failing if TSC gives errors
exercism/typescript#39 (comment)
The text was updated successfully, but these errors were encountered: