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

Fix grammar and made writing succinct in README

This commit is contained in:
SmolParascythe
2022-07-18 20:08:57 -07:00
committed by GitHub
parent c109de2523
commit 0e216da252

View File

@@ -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.