UNPKG

@eladtest/mcp

Version:

MCP server for shellfirm - provides interactive command validation with captcha

12 lines (9 loc) 258 B
// Test setup for Vitest import { beforeAll, afterAll } from 'vitest'; // Global test setup beforeAll(async () => { console.log('🧪 Setting up test environment...'); }); afterAll(async () => { console.log('🧹 Cleaning up test environment...'); });