Skip to content

Commit

Permalink
Merge pull request #138 from osmestad/update-docs
Browse files Browse the repository at this point in the history
Improve docs on how to get the test result details reported
  • Loading branch information
hipstersmoothie authored Oct 13, 2020
2 parents 17ac462 + e1c5477 commit 4f86cd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ Then just run jest and it will test errors PRs!
```

```sh
jest file.js
jest --testLocationInResults file.js
```

(The `--testLocationInResults` flag is needed to get the in-file checks/annotations, otherwise only the summary comment is shown.)

## Using your own GitHub App

You might not want to use our github app for the formatter.
Expand Down

0 comments on commit 4f86cd2

Please sign in to comment.