Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add a documentation note for project displayName configuration
  • Loading branch information
ronami committed Feb 17, 2018
commit c9c465a20fc12eae715a19c6a43133c21e189890
4 changes: 4 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,10 @@ the same invocation of Jest:
}
```

_Note: When using multi project runner, it's recommended to add a `displayName`
for each project. This will show the `displayName` of a project next to its
tests._

### `clearMocks` [boolean]

Default: `false`
Expand Down