diff --git a/README.md b/README.md index 0a18efa8dea..ecd4f2bef48 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Here are some commands you can run: | yarn test | Run all tests (Enters [jest][] in `--watch` mode) | | yarn test-coverage | Run all tests and generate code coverage report (Enters [jest][] in `--watch` mode) | | yarn test-coverage-once | Run all tests, generate code coverage report, then exit | -| yarn test-once | Run all tests with [jest][], then exit | +| yarn test-once | Run all tests, run all JS + SCSS linters, then exit | | yarn test-ci | Run all continuous integration checks. This is only meant to run on TravisCI. | ### Running tests