vibetunnel/web/src/test/integration/setup.ts
2025-07-01 11:21:28 +01:00

5 lines
170 B
TypeScript

// Setup for integration tests - unmock node-pty to allow real PTY creation
import { vi } from 'vitest';
// Unmock node-pty for integration tests
vi.unmock('node-pty');