From 0e216da252eacf96deeb2c546d635684bbff0a54 Mon Sep 17 00:00:00 2001 From: SmolParascythe <106285195+SmolParascythe@users.noreply.github.com> Date: Mon, 18 Jul 2022 20:08:57 -0700 Subject: [PATCH] Fix grammar and made writing succinct in README --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index d3c589b30c..3cbf0fc2a7 100644 --- a/tests/README.md +++ b/tests/README.md @@ -100,5 +100,5 @@ START_JEST_SERVER=false jest tests/rendering/foo/bar.js Or whatever the testing command you use is. -**Note:** the `START_JEST_SERVER=false` environment variable needs to be set, or else `jest` will try to start +**Note:** The `START_JEST_SERVER=false` environment variable needs to be set, or else `jest` will try to start a server on `:4000` too.