Skip to content

Commit 09b1e1c

Browse files
committed
skipping npm install for unit test
1 parent d6f1fa3 commit 09b1e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Azure.Functions.Cli.Tests/E2E/InitTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public Task init_with_worker_runtime(string workerRuntime)
4545

4646
return CliTester.Run(new RunConfiguration
4747
{
48-
Commands = new[] { $"init . --worker-runtime {workerRuntime}" },
48+
Commands = new[] { $"init . --worker-runtime {workerRuntime} --skip-npm-install" },
4949
CheckFiles = files.ToArray(),
5050
OutputContains = new[]
5151
{

0 commit comments

Comments
 (0)