Skip to content
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

Clean up dirs after test #380

Closed
wants to merge 1 commit into from
Closed

Clean up dirs after test #380

wants to merge 1 commit into from

Conversation

HDegroote
Copy link
Contributor

Currently we leak about 70 tmp dirs when running npm t (mostly due to the one created in testenv() that wasn't being torn down.

With this PR, all temp dirs are cleaned up

@mafintosh
Copy link
Contributor

Can we just move the tmp dir generate to test-tmp instead?

@HDegroote
Copy link
Contributor Author

Accidentally pushed to the commit moving to test-tmp directly to main, so will close this PR

@HDegroote HDegroote closed this Dec 13, 2024
@HDegroote HDegroote deleted the gc-tests branch December 13, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants