Skip to content

Commit

Permalink
Improve docs on how to get the test result details reported
Browse files Browse the repository at this point in the history
Add needed `jest` flag to Readme example
  • Loading branch information
osmestad committed Oct 13, 2020
1 parent 17ac462 commit e1c5477
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 e1c5477

Please sign in to comment.