From 4c061802e9bbdeb5ee6c3c7c3be7ad2c349438be Mon Sep 17 00:00:00 2001 From: Donald Labaj Date: Tue, 16 Dec 2025 13:00:39 -0500 Subject: [PATCH] Fixed readme. --- 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 f3f1b5edafb..a2b9abd1aed 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.