Skip to content

Commit

Permalink
Add the jest link
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 14, 2017
1 parent 82e4ead commit 9ce823c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/guides/getting_started.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To get yourself started, try this as your Dangerfile:

```js
import { message, danger } from "danger"
message("OK, this worked @" + danger.github.pr.user.login)
message(":tada:, this worked @" + danger.github.pr.user.login)
```

Which, once you have your authentication set up, will have danger post a message to your PR with your name.
Expand Down Expand Up @@ -103,8 +103,7 @@ Danger is built to run as a part of this process, so you will need to have this
You should be able to verify that you have successfully integrated Danger by either re-building your CI or pushing your new commits.



[jest-config]: SBJDSKDJBSDKJBG
[jest-config]: https://facebook.github.io/jest/docs/configuration.html
[github_bots]: https://twitter.com/sebastiangrail/status/750844399563608065
[github_token]: https://github.com/settings/tokens/new
[Yarn]: https://yarnpkg.com

0 comments on commit 9ce823c

Please sign in to comment.