4 writes to NpmRunnerFactory
Aspire.Cli.Tests (4)
Commands\UpdateCommandRepositoryToolsTests.cs (4)
127
options.
NpmRunnerFactory
= _ => new FakeNpmRunner
366
options.
NpmRunnerFactory
= _ => new FakeNpmRunner();
487
options.
NpmRunnerFactory
= _ => new FakeNpmRunner
570
options.
NpmRunnerFactory
= _ => new FakeNpmRunner
1 reference to NpmRunnerFactory
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
179
services.AddSingleton(options.
NpmRunnerFactory
);