joshwcomeau / guppy

🐠A friendly application manager and task runner for React.js
ISC License
3.27k stars 154 forks source link

Test killProcessId after bumping ps-tree #344

Closed melanieseltzer closed 5 years ago

melanieseltzer commented 5 years ago

Per #338, make sure that bumping ps-tree hasn't affected functionality. ps-tree is used in the function killProcessId in services > kill-process-id.service.js.

Not sure how to mock all the descendants of a process in a test environment 🤔

superhawk610 commented 5 years ago

Added in #367.