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 skippedexpect(true).toBe(true);
});
});
//# sourceMappingURL=shellExecute.test.js.map