Skip to content

Commit

Permalink
add a documentation note for project displayName configuration (#5600)
Browse files Browse the repository at this point in the history
* add a documentation note for project displayName configuration

* add changelog
  • Loading branch information
ronami authored and rickhanlonii committed Feb 17, 2018
1 parent e89de4e commit 4e4a9e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
from source. ([#5177](https://github.com/facebook/jest/pull/5177))
* `[jest-validate]` Add ability to log deprecation warnings for CLI flags.
([#5536](https://github.com/facebook/jest/pull/5536))
* `[docs]` Add a documentation note for project `displayName` configuration
([#5600](https://github.com/facebook/jest/pull/5600))

## jest 22.3.0

Expand Down
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

0 comments on commit 4e4a9e0

Please sign in to comment.