mirror of
https://github.com/clinicjs/node-clinic.git
synced 2025-12-08 21:26:08 +00:00
* tmp → tempy `tmp` adds a SIGINT handler that was causing Clinic to exit prematurely. `tempy` lets the OS clean up the files. We're not dealing with massive temporary files, and not with secrets either, so it's ok for them to stick around for a while. * Fix test