1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update README.md

This commit is contained in:
Sophie
2022-07-26 10:23:38 +02:00
committed by GitHub
parent 57e68c9f11
commit dc67e1cc38

View File

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