You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into cases where the tests command hangs and I need to kill the process. But this will leak docker containers that I need to go clean up manually.
If we add a SIGINT handler that cleans things up, I won't need to do any manual cleanup.