jest: use the short version of command

to be consistent with the others on this page
italian
Gary King 2019-09-03 16:27:50 -04:00 committed by Agniva De Sarker
parent 6dabaeac10
commit 5582d50b77
1 changed files with 1 additions and 1 deletions

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: