From 12a83ece0709cbfb2597641e1ec4ae2fdf153bab Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Wed, 13 May 2026 10:06:59 +0300 Subject: [PATCH] Add React testing documentation link --- docs/en/testing/ui-tests.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/testing/ui-tests.md b/docs/en/testing/ui-tests.md index ac9e6eb91f..f8256ac2b1 100644 --- a/docs/en/testing/ui-tests.md +++ b/docs/en/testing/ui-tests.md @@ -34,6 +34,7 @@ See the following documents to learn Non Visual UI Testing: * [Testing in ASP.NET Core MVC / Razor Pages](../framework/ui/mvc-razor-pages/testing.md) * [Testing in Angular](../framework/ui/angular/testing.md) * [Testing in Blazor](../framework/ui/blazor/testing.md) +* [Testing in React](../framework/ui/react/unit-testing.md) ## Visual Tests