0
0
Fork 0
Codesys-MCP-SP21-plus/vitest.config.ts
Luke e374519fe1 Initial release: MCP server for CODESYS with persistent UI instance
v0.3.0 returning-watcher architecture — background thread polls for commands
and marshals execution onto the CODESYS UI thread, keeping the IDE fully
responsive between operations. File-based IPC with atomic writes, async mutex
command serialization, headless fallback, and 35 passing tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 18:59:16 +10:00

8 lines
146 B
TypeScript

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
testTimeout: 30_000,
hookTimeout: 15_000,
},
});