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 %}