jest: use the short version of command

to be consistent with the others on this page
This commit is contained in:
Gary King
2019-09-03 16:27:50 -04:00
committed by Agniva De Sarker
parent 6dabaeac10
commit 5582d50b77

View File

@@ -13,7 +13,7 @@
- Run tests related to uncommitted files:
`jest --onlyChanged`
`jest -o`
- Watch files for changes and re-run related tests: