-
Notifications
You must be signed in to change notification settings - Fork 5.6k
feat(cli/test): deno test --clean
#23519
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an integration test
This has the downside that you can not run multiple |
I think it's a fair trade-off, as long as the behaviour is clearly documented. Perhaps, if we receive too many complaints, which we may not, we can add a For context, I recently waited for ~5 minutes on my M2 MacBook to delete |
The point is, as is, this PR breaks existing workflows |
We could make this behaviour opt-in via |
I've changed my mind. I think this should just be opt-in for good. |
deno test --clean
Should this only work with |
The result of the call is ignored as it throws even when the directory does not exist.
Closes #23491