Update README to include testing information
This commit is contained in:
parent
335efb23e1
commit
959f5f0a2d
|
@ -16,6 +16,11 @@ You will also see any lint errors in the console.
|
||||||
|
|
||||||
### `yarn test`
|
### `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.\
|
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.
|
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue