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
fix: address PR review comments for test reliability
- Wait for process termination after kill(9) to prevent orphaned processes
- Use fs.mkdtemp() instead of Date.now() for unique temp directories
- Clean up temp directories after tests complete
- Add proper error cleanup for temp directories
0 commit comments