Skip to content

Commit

Permalink
Add reporters to args
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed May 2, 2017
1 parent 14561fb commit 8345460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/jest-cli/src/cli/args.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ const options = {
'projects in a single instance of Jest.',
type: 'array',
},
reporters: {
description: 'A list of custom reporters for the test suite.',
type: 'array',
},
resetMocks: {
default: undefined,
description: 'Automatically reset mock state between every test. ' +
Expand Down

0 comments on commit 8345460

Please sign in to comment.