Merge pull request #1454 from onedebos/patch-1

This commit is contained in:
Rico Sta. Cruz 2020-06-12 09:59:10 +10:00 committed by GitHub
commit 6b4d445701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -93,6 +93,15 @@ it.skip(···) // alias: xit()
See: [test.skip](http://facebook.github.io/jest/docs/en/api.html#testskipname-fn) See: [test.skip](http://facebook.github.io/jest/docs/en/api.html#testskipname-fn)
### Optional flags
| Flag | Description |
| --------------------- | ---------------------------------------- |
| `--coverage` | See a summary of test coverage |
| `--detectOpenHandles` | See a summary of ports that didn't close |
| `--runInBand` | Run all tests one after the other |
Expect Expect
------ ------
{: .-three-column} {: .-three-column}