mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-05 11:15:57 +00:00
5 lines
170 B
TypeScript
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');
|