12 references to WithYarn
Aspire.Hosting.JavaScript.Tests (12)
AddJavaScriptAppTests.cs (1)
22
.
WithYarn
(installArgs: ["--immutable"])
AddNodeAppTests.cs (1)
267
.
WithYarn
()
PackageInstallationTests.cs (10)
78
nodeApp.
WithYarn
(install: true);
117
nodeApp.
WithYarn
(install: false);
279
.
WithYarn
(install: false);
306
.
WithYarn
(install: true);
333
.
WithYarn
(install: true);
382
nodeApp.
WithYarn
(); // Using default parameter (should be install: true)
476
.
WithYarn
();
482
.
WithYarn
(installArgs: ["--immutable-cache"]);
498
.
WithYarn
();
514
.
WithYarn
();