From f5651c600260cf5ba23a58cb7309c232f4e1fc7f Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Tue, 16 Dec 2025 13:51:03 -0500 Subject: [PATCH] Updated readme.md --- packages/react-integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-integration/README.md b/packages/react-integration/README.md index a2b9abd1aed..f3f1b5edafb 100644 --- a/packages/react-integration/README.md +++ b/packages/react-integration/README.md @@ -1,7 +1,7 @@ # Integration testing for PatternFly React ## Overview - + PatternFly React provides an integration testing demo app as an environment to verify and test PatternFly code changes and contributions. The demo app is written in TypeScript and includes Cypress. We use Cypress for integration testing. If you’re new to Cypress and want to learn more, you can start with their documentation.