We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff8e6b commit 4637f28Copy full SHA for 4637f28
1 file changed
test/commands/package/install.nut.ts
@@ -42,7 +42,7 @@ describe('package install', () => {
42
});
43
44
it('should install DreamhouseLWC package with polling', () => {
45
- const command = 'package:install -p 04tKY000000MF7uYAG -w 20';
+ const command = 'package:install -p 04tKY000000MF7uYAG -w 20 --no-prompt';
46
const output = execCmd(command, { ensureExitCode: 0, timeout: Duration.minutes(20).milliseconds }).shellOutput
47
.stdout;
48
expect(output).to.contain('Successfully installed package');
0 commit comments