2 references to TestJSRuntime
Aspire.Dashboard.Tests (2)
Model\DashboardCommandExecutorTests.cs (1)
222
services.AddSingleton<Microsoft.JSInterop.IJSRuntime,
TestJSRuntime
>();
tests\Shared\TestDialogService.cs (1)
60
services.AddSingleton<IJSRuntime,
TestJSRuntime
>();