Skip to content

Commit

Permalink
feat: Add BitbucketCloud to README
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloCore committed Oct 4, 2019
1 parent 76f9e82 commit 1fecb92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ import jest from 'danger-plugin-jest'
jest()
// Custom path
jest({ testResultsJsonPath: path.resolve(__dirname, 'tests/results.json') })

// BitbucketCloud
import jest, { BitbucketCloudReporter } from 'danger-plugin-jest'

jest({ reporter: BitbucketCloudReporter })
```

See [`src/index.ts`](https://github.com/macklinu/danger-plugin-jest/blob/master/src/index.ts) for more details.
Expand Down

0 comments on commit 1fecb92

Please sign in to comment.