-
Notifications
You must be signed in to change notification settings - Fork 460
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
Disable TS diagnostics for the test cases not being run #798
Comments
I've worked around this by temporarily disabling diagnostics. |
Sorry @slikts but this is kinda impossible. jest calls I'm going to close this for now as a |
@huafu Does this mean that this is the reason why I got this error? |
Nope, here you're missing a transformer for |
I've ran into this again, and I don't understand what the workflow is supposed to be; if I'm refactoring a specific part of the code, the test suite becomes unusable, because it's flooded with errors like unused values elsewhere, and filtering the tests doesn't help. |
Issue :
I'm doing refactoring and I get a ton of compile errors, which is fine, but I'm starting with a specific test suite by filtering out the other test files, but I'm still getting flooded with the TS compile errors from the other files.
Expected behavior :
It doesn't need to show compile errors from test suites that aren't being run.
Debug log:
log file content
# content of ts-jest.log :
Minimal repo :
The text was updated successfully, but these errors were encountered: