()
| 94 | writeFileSync(lockPath, JSON.stringify(live), 'utf-8'); |
| 95 | |
| 96 | const tryAgain = () => acquireServerLock(lockDir, { port: 5173, worktreeRoot: '/me' }); |
| 97 | expect(tryAgain).toThrow(ServerLockCollisionError); |
| 98 | try { |
| 99 | tryAgain(); |
no test coverage detected