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 make sure you have read the submission guidelines before posting an issue
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
When deleting a typescript spec file the target JS file is not deleted. This will cause the spec file to remain active in the test runner.
When a spec file is deleted the corresponding target file should also be removed.
The cypress builder delegates everything TS related to the typescript compiler which does not support this feature (microsoft/TypeScript#16057).
This is why I don't think it's a bug but a feature...
If #1207 is implemented, it will require a watcher which can be used also here to watch for spec files that are removed.
This should be an opt-in option, so files are not removed if not specifically instructed to.
The text was updated successfully, but these errors were encountered:
This has been fixed when we transitioned to using webpack for bundling specs. So I'm going to close this issue. Thank you!
Sorry, something went wrong.
Thank you for following up, @vsavkin.
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
No branches or pull requests
Please make sure you have read the submission guidelines before posting an issue
Prerequisites
Please answer the following questions for yourself before submitting an issue.
YOU MAY DELETE THE PREREQUISITES SECTION.
Expected Behavior
When deleting a typescript spec file the target JS file is not deleted.
This will cause the spec file to remain active in the test runner.
When a spec file is deleted the corresponding target file should also be removed.
Current Behavior
The cypress builder delegates everything TS related to the typescript compiler which does not support this feature (microsoft/TypeScript#16057).
This is why I don't think it's a bug but a feature...
Other
If #1207 is implemented, it will require a watcher which can be used also here to watch for spec files that are removed.
This should be an opt-in option, so files are not removed if not specifically instructed to.
The text was updated successfully, but these errors were encountered: