Skip to content

Commit b5a30fb

Browse files
Update packages/runtime/src/webcontainer/terminal-config.spec.ts
Co-authored-by: Ari Perkkiö <[email protected]>
1 parent 9f8a8d2 commit b5a30fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/webcontainer/terminal-config.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ describe('TerminalConfig', () => {
144144
expect(config.panels[0].title).toBe('TERM 1');
145145
expect(config.panels[0].processOptions).toEqual({
146146
allowRedirects: true,
147-
allowCommands: ['ls', 'echo'],
147+
allowCommands: ['echo'],
148148
});
149149

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

0 commit comments

Comments
 (0)