From bd9ca7d855ed8579f1b9b1d0855472b6481c0b1e Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 16 Mar 2026 21:55:29 -0500 Subject: [PATCH] Add title to setup testing documentation Add front matter to the setup testing guide. --- docs/router/how-to/setup-testing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/router/how-to/setup-testing.md b/docs/router/how-to/setup-testing.md index 72f40032cfd..2ef4b8b1fb1 100644 --- a/docs/router/how-to/setup-testing.md +++ b/docs/router/how-to/setup-testing.md @@ -1,4 +1,6 @@ -# How to Set Up Testing with Code-Based Routing +--- +title: How to Set Up Testing with Code-Based Routing +--- This guide covers setting up comprehensive testing for TanStack Router applications that use code-based routing, including unit tests, integration tests, and end-to-end testing strategies.