17 references to WithYarn
Aspire.Hosting.JavaScript.Tests (17)
AddJavaScriptAppTests.cs (4)
31
.
WithYarn
(installArgs: ["--immutable"])
53
.
WithYarn
(installArgs: ["--immutable"])
73
.
WithYarn
(installArgs: ["--immutable"])
93
.
WithYarn
(installArgs: ["--immutable"])
AddNodeAppTests.cs (1)
298
.
WithYarn
()
AddViteAppWithPnpmTests.cs (1)
114
.
WithYarn
();
PackageInstallationTests.cs (10)
83
nodeApp.
WithYarn
(install: true);
122
nodeApp.
WithYarn
(install: false);
290
.
WithYarn
(install: false);
320
.
WithYarn
(install: true);
347
.
WithYarn
(install: true);
396
nodeApp.
WithYarn
(); // Using default parameter (should be install: true)
490
.
WithYarn
();
496
.
WithYarn
(installArgs: ["--immutable-cache"]);
512
.
WithYarn
();
528
.
WithYarn
();
RequiredCommandTests.cs (1)
112
.
WithYarn
();