7 references to WithPnpm
Aspire.Hosting.JavaScript.Tests (7)
AddJavaScriptAppTests.cs (2)
67.WithPnpm(installArgs: ["--prefer-frozen-lockfile"]) 103.WithPnpm()
AddViteAppWithPnpmTests.cs (1)
17.WithPnpm();
PackageInstallationTests.cs (4)
152nodeApp.WithPnpm(install: true); 191nodeApp.WithPnpm(install: false); 418nodeApp.WithPnpm(); // Using default parameter (should be install: true) 543.WithPnpm();