Skip to content

Commit

Permalink
Remove index page prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 22, 2023
1 parent 57bba43 commit bddc417
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions MyApp.Tests/PrerenderTasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ void Render<T>(params ComponentParameter[] parameters) where T : IComponent
File.WriteAllText(writeTo, component.Markup);
}

[Test]
public void PrerenderPages()
{
Render<Client.Pages.Index>();
}

[Test]
public async Task PrerenderMarkdown()
{
Expand Down

0 comments on commit bddc417

Please sign in to comment.