From 959f5f0a2de18c45cc2b7f6b517f6fc6b9a84107 Mon Sep 17 00:00:00 2001 From: Michael Evans Date: Sat, 1 Jan 2022 17:30:48 -0600 Subject: [PATCH] Update README to include testing information --- frontend/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/README.md b/frontend/README.md index b58e0af..b6b3ec0 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -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.