Simplify switch case (#12798)

This commit is contained in:
Tommaso Sciortino
2025-11-09 14:36:13 -08:00
committed by GitHub
parent fd59d9dd92
commit c0b766ad74
2 changed files with 105 additions and 293 deletions

View File

@@ -191,7 +191,7 @@ describe('run_shell_command', () => {
expect(toolCall.toolRequest.success).toBe(true);
});
it('should succeed with no parens in non-interactive mode', async () => {
it.skip('should succeed with no parens in non-interactive mode', async () => {
const rig = new TestRig();
await rig.setup('should succeed with no parens in non-interactive mode');