We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f1fa3 commit 09b1e1cCopy full SHA for 09b1e1c
test/Azure.Functions.Cli.Tests/E2E/InitTests.cs
@@ -45,7 +45,7 @@ public Task init_with_worker_runtime(string workerRuntime)
45
46
return CliTester.Run(new RunConfiguration
47
{
48
- Commands = new[] { $"init . --worker-runtime {workerRuntime}" },
+ Commands = new[] { $"init . --worker-runtime {workerRuntime} --skip-npm-install" },
49
CheckFiles = files.ToArray(),
50
OutputContains = new[]
51
0 commit comments