mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
jest: use the long name of commands
This commit is contained in:
parent
b55af73957
commit
02ba9c170f
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue