Skip to content

Commit 2b9d0fe

Browse files
committed
Undo test infrastructure changes
1 parent ea14311 commit 2b9d0fe

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/Components/test/testassets/Components.TestServer/Properties/launchSettings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// time you restart the test server
1212
"TESTSERVER_USE_DETERMINISTIC_PORTS": "true"
1313
},
14-
"inspectUri": "{wsProtocol}://{url.hostname}:5006/subdir/_framework/debug/ws-proxy?browser={browserInspectUri}",
1514
"applicationUrl": "http://localhost:5000"
1615
}
1716
}

src/Components/test/testassets/Components.TestServer/RazorComponentEndpointsStartup.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
6161
{
6262
app.UseDeveloperExceptionPage();
6363
}
64-
else
65-
{
66-
app.UseWebAssemblyDebugging();
67-
}
6864

6965
app.Map("/subdir", app =>
7066
{
@@ -74,10 +70,6 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
7470
{
7571
app.UseExceptionHandler("/Error", createScopeForErrors: true);
7672
}
77-
else
78-
{
79-
app.UseWebAssemblyDebugging();
80-
}
8173

8274
app.UseRouting();
8375
UseFakeAuthState(app);

0 commit comments

Comments
 (0)