Skip to content
Prev Previous commit
Next Next commit
Update packages/runtime/src/webcontainer/terminal-config.spec.ts
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
  • Loading branch information
RonithManikonda and AriPerkkio authored Nov 5, 2024
commit b5a30fb081c6f2b81a5abbaa26ffbffed8b3bbef
2 changes: 1 addition & 1 deletion packages/runtime/src/webcontainer/terminal-config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('TerminalConfig', () => {
expect(config.panels[0].title).toBe('TERM 1');
expect(config.panels[0].processOptions).toEqual({
allowRedirects: true,
allowCommands: ['ls', 'echo'],
allowCommands: ['echo'],
});

expect(config.panels[1].title).toBe('TERM 2');
Expand Down