|
|
@@ -466,9 +466,6 @@ describe('ZellijMultiplexer', () => {
|
|
|
]),
|
|
|
);
|
|
|
}
|
|
|
- if (command.includes('list-panes')) {
|
|
|
- return createSpawnResult(0, 'PANE ID\nterminal_7\n');
|
|
|
- }
|
|
|
if (command.includes('new-pane')) {
|
|
|
return createSpawnResult(0, 'terminal_8\n');
|
|
|
}
|
|
|
@@ -522,9 +519,6 @@ describe('ZellijMultiplexer', () => {
|
|
|
]),
|
|
|
);
|
|
|
}
|
|
|
- if (command.includes('list-panes')) {
|
|
|
- return createSpawnResult(0, 'PANE ID\nterminal_7\n');
|
|
|
- }
|
|
|
if (command.includes('new-pane')) {
|
|
|
return createSpawnResult(0, 'terminal_8\n');
|
|
|
}
|