5 references to WithPnpm
Aspire.Hosting.JavaScript.Tests (5)
AddJavaScriptAppTests.cs (1)
57.WithPnpm(installArgs: ["--prefer-frozen-lockfile"])
PackageInstallationTests.cs (4)
144nodeApp.WithPnpm(install: true); 183nodeApp.WithPnpm(install: false); 404nodeApp.WithPnpm(); // Using default parameter (should be install: true) 529.WithPnpm();