Update README to include testing information
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michael Evans 2022-01-01 17:30:48 -06:00
parent 335efb23e1
commit 959f5f0a2d
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ You will also see any lint errors in the console.
### `yarn test`
Launches the test runner **not** in interactive watch mode - this is crucial for the sake of running tests on CI, since a non-terminating process will cause CI to hang and then fail.
### `yarn test:watch`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.