jest: use the long name of commands

italian
Gary King 2019-09-06 14:50:55 -04:00 committed by Agniva De Sarker
parent b55af73957
commit 02ba9c170f
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
- Run tests whose names match the regex pattern:
`jest -t {{spec_name}}`
`jest --testNamePattern {{spec_name}}`
- Run tests related to uncommitted files:
`jest -o`
`jest --onlyChanged`
- Watch files for changes and re-run related tests: