From f98416a9d79b8b582b86fd7f3eeee68a794ccf37 Mon Sep 17 00:00:00 2001 From: JoeyM Date: Mon, 28 Aug 2023 12:42:49 -0600 Subject: [PATCH] wip --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ac23f03..d2fb6f2 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,7 @@ yarn test #### Generating Test Coverage Report -To generate a test coverage report using Jest: - -Run the following command in your terminal: +To generate a test coverage report using Jest run the following command in your terminal: ```sh npx jest --coverage