UNPKG

mycoder-agent

Version:

Agent module for mycoder - an AI-powered software development assistant

9 lines 311 B
import { describe, expect, it } from 'vitest'; // Skip testing for now describe.skip('shellExecuteTool', () => { it('should execute a shell command', async () => { // This is a dummy test that will be skipped expect(true).toBe(true); }); }); //# sourceMappingURL=shellExecute.test.js.map