Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(docs): improve test watch mode docs (#395)
- it was not clearly stated that CI=true was what needed to be added, so explicitly state that - similarly, --color was an unnecessary option to pass and may have caused confusion, potentially making users believe that it was necessary in order to disable watch mode - also, --color does not seem to be a valid option of Jest, but --colors (note the s) is used to force highlighting in non-TTY - also, properly format package.json example as JSON, including the "scripts" section - and add a test:watch script for context, making more explicit the difference between non-watch and watch mode
- Loading branch information