From dc67e1cc38ed4c341a93bac55789b1c189cf62ec Mon Sep 17 00:00:00 2001 From: Sophie <29382425+sophietheking@users.noreply.github.com> Date: Tue, 26 Jul 2022 10:23:38 +0200 Subject: [PATCH] Update README.md --- tests/README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/README.md b/tests/README.md index f60ef8847c..d5e8976c20 100644 --- a/tests/README.md +++ b/tests/README.md @@ -100,9 +100,5 @@ START_JEST_SERVER=false jest tests/rendering/foo/bar.js Or whatever the testing command you use is. -{% note %} - -**Note:** The `START_JEST_SERVER` environment variable needs to be set to `false`, or else `jest` will try to start +The `START_JEST_SERVER` environment variable needs to be set to `false`, or else `jest` will try to start a server on `:4000` too. - -{% endnote %}