raszi / node-tmp

Temporary file and directory creator for node.js
MIT License
736 stars 92 forks source link

Existing tests fail to clean up after themselves #211

Closed silkentrance closed 4 years ago

silkentrance commented 4 years ago

this does not include #210

problem here is that on successful assertExists, there will be no cleanup, the cleanup is done in the catch, which will never occur.